Search found 4 matches
- Sun Nov 24, 2013 3:47 am
- Forum: Networking and servers
- Topic: Computer Networking
- Replies: 3
- Views: 1091
Re: Computer Networking
Hi, I would strongly discourage you from manually setting IP addresses on each machine -- as mentioned it makes your network very difficult to maintain and manage. If you do do this, then definitely disable DHCP on your router as well -- otherwise your router could assign a DHCP address that conflic...
- Sat Nov 23, 2013 11:37 pm
- Forum: Other projects
- Topic: Multi-Pi CarPC
- Replies: 2
- Views: 2699
Re: Multi-Pi CarPC
Thanks for the reply. The 3G connection is achieved with a USB dongle - when the connection is started, AutoSSH establishes a tunnel back to the server and forwards the MySQL server port from RPi -> Server. AutoSSH will periodically check the connection and re-establish if the tunnel drops out. Soft...
- Sat Nov 23, 2013 4:35 am
- Forum: Other projects
- Topic: Multi-Pi CarPC
- Replies: 2
- Views: 2699
Multi-Pi CarPC
Hi all, I'm currently doing a ground-up rebuild of a vehicle and thought it'd be interesting to build my own Car Alarm / music player / data logger using a raspberry pi. Disclaimer: I work in IT and have a background in programming. I am familiar with 12V car systems - at least older ones -- but a l...
- Thu Sep 05, 2013 9:35 am
- Forum: HATs and other add-ons
- Topic: gpsd failing on boot, but starts manually
- Replies: 15
- Views: 35219
Re: gpsd failing on boot, but starts manually
Hi, I spent an hour or so diagnosing the same issue and thought I'd sign up so that others don't have to spend as long on it. In my case I noticed that, on boot, gpsd wasn't running with the appropriate command line flags, e.g.: pi@raspberrypi ~ $ ps aux | grep gps nobody 2203 0.0 0.3 4968 1616 ? S<...