[package] add wattsup
This patch adds a command line utility to interface with the WattsUp power meters (https://www.wattsupmeters.com/) Signed-off-by: Roberto Riggio<roberto.riggio@create-net.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@26380 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
8
utils/wattsup/src/Makefile
Normal file
8
utils/wattsup/src/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
wattsup: wattsup.o
|
||||
$(CC) $(LDFLAGS) wattsup.o -o wattsup
|
||||
|
||||
wattsup.o: wattsup.c
|
||||
$(CC) $(CFLAGS) -c wattsup.c
|
||||
|
||||
clean:
|
||||
rm *.o wattsup
|
1877
utils/wattsup/src/wattsup.c
Normal file
1877
utils/wattsup/src/wattsup.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user