[beagleboard] Logging data to the internet?

2014-06-16 Thread Allan Visochek
Hello, I am designing a program for the beagle bone black that needs to log temperature and lighting data onto a web server, which could be accessed by a web application to display the data. The data is continuous (taken at least every second) and logged to the server about one every 10 minutes

Re: [beagleboard] Logging data to the internet?

2014-06-16 Thread Fred Basset
Take a look at MQTT. You could periodically publish your data from the Beagle Bone via MQTT then subscribe to that channel on the server. On each message reception store the data into a local database. Your web app. could then query that database for display. On Mon, Jun 16, 2014 at 9:48 AM, A