Search found 1 match

by bkerin
Thu Mar 28, 2013 10:50 am
Forum: Developers Sandbox - Meter Data
Topic: resetting iSerial using web control from command line
Replies: 0
Views: 51010

resetting iSerial using web control from command line

I found that I needed to reset the iSerial occasionally. This linux command lets you do this automatically from a script: wget --save-cookies=/tmp/iSerial_cookies --keep-session-cookies -O - 'http://192.168.1.125/cgi/login.cgi?Username=your_username&Password=your_password'; wget --load-cookies=/...