Hello,
I am attempting to use a NETMF (.NET Micro Framework) library for posting power data to emoncms. This libarary has some limitation. One of them is to be unable to handle column characters in URI strings, which is a part of json clause of emonncms API (I guess it is trying to retreive port number from URI and throws an exception).
Is there any other character I can use instead of ':' in emoncms URI?
Or, perhaps, there is a way of using request content rather than url for post data?
Thanks for any recommendation,
Alex
Re: Column characters in URI string
Hello Alex, With the new version can send data as csv:
&node=10&csv=100,200,100
Would that work for you?
Re: Column characters in URI string
TrystanLea,
That looks like exactly what I need.
Can you please point to documentation where I understand this new API. Is it still embedded into the URL string?
Thanks,
Alex