New Raspberry 3B+ on the market 1.4 Ghz Quad Core instead of 1.2 Ghz Quad Core; More copper on the board for better heat dissipation; Wifi 5.0 Ghz support (b/g/n/ ac); Bluetooth 4.2 instead of 4.0 for less energy; Through a HAT poe support for feeding through the network port.
You can't run Jessie on a 3B+ it won't boot and that Jessie to Stretch upgrade is a monster pain in the tail. See: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=208159 and https://www.distrowatch.com/?newsid=10143 For WIFI problems see: https://www.raspberrypi.org/forums/viewtopic.php?t=207882 https://osric.com/chris/accidental-developer/2017/09/wifi-on-raspberry-pi-3/
Today I made upgrade of one of my Pi from Jessie to stretch. It took about 2,5 hours with download (during installation 4-5 prompts to confirm with selected automatic restart of services). Only one issue after upgrade is that dump1090-mutability is not working (problem with rtl-sdr drivers). Solutions: https://discussions.flightaware.com...90-mutability-v1-15-dev-does-not-work/25009/7 or https://forum.planefinder.net/threads/dump1090-mutability-v1-15-dev-v-stretch.1017/page-2 I used 1st one with manual blacklisting usb stick. Tested on Pi3 (+ will arrive soon).
Rpi3B+ Teamviewer for Raspbian8 also runs on Raspbian9 (Stretch) without problems. teamviewer-host_13.1.1548_armhf.deb https://www.techrrival.com/install-teamviewer-raspberry-pi/
Tested, I can confirm. ADSBx image v1.24c is stretch based, it should work on B3+ without problems. For desktop version with Teamviewer follow: https://www.raspberrypi.org/forums/viewtopic.php?t=196763 I'm upgrading another Pi to stretch now.
https://github.com/billz/raspap-webgui I was thinking of integrating this or something like it into the new versions of the images. What do you think?
For people who want to control their Rpi remotely via the internet, it can be useful. I am going to place a Rpi at a distance of 120 km from my house and can then work with the Rpi without the intervention of someone. To prevent locks, I let the Rpi reboot by crontab at night. With Teamviewer I only need to log in with a password; Tviewer keeps track of the ID of the Rpi. If that also goes smooth with raspap, it is recommended.
It's free for up to 100 devices per network. https://zerotier.com/download.shtml Free & Open Source Community Support GPL License 100 Devices at Our ZeroTier Central Unlimited Devices With DIY Controllers Free Android and iOS Apps
For some feeders, behind firewalls, port forwarding, and general complexities of networking eludes. For example, hosting a feeder at your place of work where traffic is firewalled extensively.
Disable wireless connection Stretch Rpi3B+ Because wlan0 suppresses the static connection eth0 I turn off the wireless connection with Code: sudo rfkill block 0 to restore with Code: sudo rfkill unblock 0