Difference between revisions of "GSN"

From air
Jump to navigation Jump to search
Line 4: Line 4:
   
 
https://github.com/LSIR/gsn
 
https://github.com/LSIR/gsn
  +
  +
<pre>
  +
git clone https://github.com/LSIR/gsn.git
  +
cd gsn/
  +
sbt
  +
</pre>

Revision as of 16:36, 27 January 2017

GSN Global Sensor Networks

GSN is a software middleware designed to facilitate the deployment and programming of sensor networks.

https://github.com/LSIR/gsn

git clone https://github.com/LSIR/gsn.git
cd gsn/
sbt