Skip to content

bitreaper/cwxDataCollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cwxDataCollector

Synopsis

Data collector service for the cwx sensors to send data. Written in python, using sqlite3 and cherrypy.

How to run:

Simply run the server. Either make executable with chmod, or use python:

python server.py

That's it. At this point, whatever machine you started it on should open port 8080, and start listening for connections. You can set the sensor nodes to use "http://your-ip:8080" as their server string, and they should ping the server pointed to by your-ip

How to test:

You can test the data server by using the curl command line utility, like this:

curl 'http://127.0.0.1/keep?sensor=testSensor&data=42&sensorType=vcc'

About

Data collector service for the cwx sensors to send data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages