Hello,
I have NanodeRF multinode firmware configured with static IP but my webserver (apache2) listen on port 44444
I must change to work with this port?
I tried this solution but not work for my
http://openenergymonitor.org/emon/node/645
I have experience with a setup using a different port for the web connection on EmonBase. I've added the ether.hisport = 8808 code to the setup part of the sketch just above the rf12_initialize line.
Did you check the access logs of the webserver to see if any requests are coming in at all? (other issues could be API key or different URL).
change port on library etercard (Etercard.cpp line 385) does not work
Not see any requests on my server
anyone can help me?
thanks in advance
Re: How to send data from NanodeRF multinode to local webserver in port 44444?
Have you seen this?
http://forum.jeelabs.net/node/733.html
and No. 4 post:
"Thank you very much and please let me know if you have a new/better version of your Radio-to-HTTP sketch, i like to use exactly the same piece of code.
And JCW: "ether.hisport = 8900" doesn't work, only modifying the tcpip.cpp works but thats not a nice solution."
I have not checked this.
Re: How to send data from NanodeRF multinode to local webserver in port 44444?
I had not seen, thanks!
I am not developer, what changes they need to do?
Thanks
Re: How to send data from NanodeRF multinode to local webserver in port 44444?
I'm not a networking expert, so I can't help. You could try asking on the JeeLabs forum, though the thread is 3 years old.