If both endpoints are gigabit (1000 base-t), then auto crossover is part of the protocol. Taking a standard cable and plugging directly into two devices will cause the devices to auto configure as crossover.
If no static IP is configured for either device, and no DHCP server is available, they will both self-assign addresses in the 169.254.x.x range and be able to āseeā one another by virtue of falling within the same broadcast network.
So, in theory, If you configured your Pi and your client with DHCP and connected them with a cat 5 cable, and everything should work, apart from not having any map tiles to see and not being able to upload results to PiAware.
good, my network cabling knowledge is a bit outdated since i am not working any longer directly with it )
So you need at least a Raspi 4, or? As far as i remember the 3 series does not have gigabit networking, please correct me if i am wrong.
Even dhcp is not required, simply get them two ip adresses in the same network.
This could cause possible conflicts if both are connected after the adress is assigned.
OK, when I find time, I will disconnect network cables ābetween Modem & Desktopā and ābetween Modem & RPiā (The RPi is Model 2, no wifi)
After isolating Pi & Desktop from Internet, next will use a network patch cable (Cat 5/6 with RJ45 at both ends) to directly connect RPi with Windows Desktop.
After this will try to communicate with and access RPi from my Windows Desktop.
I still have not downloaded the programs suggested to try with wine. But I did connected remotely to my RPi. Last year I made it into an Access Point. Tomorrow I will have access wifi so I will see about ADSBscope and Basestation. Seeing just the data scroll by isnāt that exciting. Tnx and Happy 2020
Sweetpea11ā¦I have access to a windows tablet. If I install ADSBscope on it, then open a browser and type āip-of-pi:30005ā I should see something similiar to your screenshot? I understand I would not see map background. Tnx
Good morning, abcd567ā¦tnx for the screenshots w/ explanations. Iāll see if I can get it set up.
On a side note, yesterday my piaware Iād had online is having issuesā¦again. I donāt think itās the dongle. Iāll discuss this in a separate post.
I am running both tar1090 and piaware on my notebook. It took modest tweaking since I run opensuse and used nginx rather than lighthttp. Back to the original topic of this thread, there are times when you want to track aircraft without an internet connection. In my case, camped in the desert without internet access. Yes such placed exist.
I donāt need access to every map in these situations, but rather maps around say 200 miles around my location. The path of least resistance would be to duplicate how tar1090 acquires maps with the exception of changing the source to a local server. By server, more like a daemon running on my notebook.
There are a number of programs that allude to being openstreetmap servers, but when you dig into them, they have their own map server and API. I need to produce maps in a manner that is similar to whatever tar1090 requires.
If this canāt be done or is way too much work, perhaps someone can work up an interface to linux āmarbleā. Storing OSM maps offline is trivial with marble. But feeding tracking data to marble requires a plugin, i.e. another time sink.
Another option might be to use Virtual Radar Server and its Tile Server Cache Plugin. Install VRS on the notebook (if itās Linux use Mono, see my VPS guide), set it to receive raw data from localhost:30005, and get the map loaded and cached for the areas and zoom levels needed in advance, by viewing those areas and zoom levels while connected to the Internet before heading out.
On my Android phone, I use OTG cable, a dongle, a mag mount whip antenna, and App āAvareā from Google Play Store. This App does not require Internet to display map. If you see top right of the screenshot below you will notice an aeroplane symbol indicating that my phone was in airplane mode, i.e. no wifi and no cellular data.
Potentially is could be run on Andbox on Linux. Hooking up to my phone would be a last resort.
For Chrislfa, I have run Virtual Radar Server on Linux in the past. Yeah it works. The cache is new since I ran it. But I had switched to mutalbility on my old notebook. The display is much better. When I went back to github to get a fresh mutability, it suggested to use dump1090-fa instead.
What has now occurred to me is I should just set up an openstreetmap server. I am already running nginx. Looks like I need to add rails. The idea is to proxy the map server so that tar1090 looks for maps on the PC first before going out to the internet. Openstreetmap itself is open source (obviously) so the code is there.
Looks like the headers need to be āsanitizedā so that they donāt expire.
Iām going to wireshark tar1090 a bit to see how it uses the interwebs, then join the openstreetmap website.
I think this customTiles will work. I donāt understand the F12 insert. I rather just edit the html files and make another server.
I used marble to load the local maps. I copied the openstreetmaps directory to a directory called mymaps and placed it in the webroot. To test that the directory can be reached, I set the browser to some random map png file to verify the directory can be reached,
Do what i showed you to do ā¦
On the browser console you can change localstorage without changing the javascript.
With F12 you can open the browser javascript console ā¦
But if you donāt want to do that (i donāt understand the issue with doing it):