nebgor / sma-bluetooth

Automatically exported from code.google.com/p/sma-bluetooth
0 stars 0 forks source link

smatool.conf.new #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is a small change to smatool.conf.new necessary. The line

PVOutputURL   http://pvoutput.org/service/r1/addstatus.jsp
                                          ^^

should be changed to 

PVOutputURL   http://pvoutput.org/service/r2/addstatus.jsp
                                          ^^

regards,
HS

Original issue reported on code.google.com by heimosch...@gmail.com on 21 Oct 2011 at 12:06

GoogleCodeExporter commented 8 years ago
This is done in v0.13

Original comment by luc.van....@skynet.be on 25 Oct 2011 at 11:15

GoogleCodeExporter commented 8 years ago
Maybe it was done in v0.13, but its wrong in v0.14

Original comment by heimosch...@gmail.com on 20 Nov 2011 at 11:33

GoogleCodeExporter commented 8 years ago
Does it make sense to keep this setting in smatool.conf.new?
I think it should be commented out or eliminated since there's no reason to 
continue using r1 API.

Look at files in sma-bluetooth-0.17b.tar.gz:
smatool.c, row 1346:
   strcpy( conf->PVOutputURL, "http://pvoutput.org/service/r2/addstatus.jsp" );

smatool.c, row 1413:
   if( strcmp( variable, "PVOutputURL" ) == 0 )
      strcpy( conf->PVOutputURL, value );

Original comment by righetto...@gmail.com on 10 Feb 2012 at 2:31