We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8297669 commit d51d23fCopy full SHA for d51d23f
README.md
@@ -1,4 +1,28 @@
1
-watts-up
2
-========
+Watts Up? Python Interface
+==========================
3
4
-Code to interface with the Watts up? .net
+Code to interface with the Watts up? .net. Works over the USB cable. Allows you
5
+to view samples in a terminal, save to a logfile, or POST them using the
6
+network connection.
7
+
8
9
+Usage
10
+-----
11
12
+### Linux
13
14
+ python wattsup.py -p /dev/ttyUSBX -i
15
+ python wattsup.py --help
16
17
+### Mac OS X
18
19
+Install the http://www.ftdichip.com/Drivers/VCP.htm drivers. Restart.
20
21
+ python wattsup.py -p /dev/tty.usbserial-X -i
22
23
24
+Server
25
+------
26
27
+A simple python script that receives the HTTP request from Watts Up .net
28
+and prints out the values in JSON format.
0 commit comments