Arduino Server
From Combustory
(Difference between revisions)
Jvaughters (Talk | contribs) (Created page with "=Introduction= In determining a method to create a distributed sensor network I decided to test the idea of taking some old hardware to use it as a remote server to communicate w...") |
Jvaughters (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | = | + | =Summary= |
In determining a method to create a distributed sensor network I decided to test the idea of taking some old hardware to use it as a remote server to communicate with Arduinos. The basic idea is to have a server that communicates with the Arduinos and sends the data to a central monitoring process over the network. As long as you have network connection to the server, you can add as many Arduinos as the server can handle to monitor or control whatever it is you are trying to accomplish. | In determining a method to create a distributed sensor network I decided to test the idea of taking some old hardware to use it as a remote server to communicate with Arduinos. The basic idea is to have a server that communicates with the Arduinos and sends the data to a central monitoring process over the network. As long as you have network connection to the server, you can add as many Arduinos as the server can handle to monitor or control whatever it is you are trying to accomplish. | ||
+ | =Assumptions= |
Revision as of 15:11, 28 October 2012
Summary
In determining a method to create a distributed sensor network I decided to test the idea of taking some old hardware to use it as a remote server to communicate with Arduinos. The basic idea is to have a server that communicates with the Arduinos and sends the data to a central monitoring process over the network. As long as you have network connection to the server, you can add as many Arduinos as the server can handle to monitor or control whatever it is you are trying to accomplish.