Hi
I would like to connect two or more mbed processors via Ethernet. That should not be a problem.., but I also want the get the internet time. I looked into the programs HTTPClientExample, HTTPServerExample, NTPClientExamble and EthernetTesterGood.
I was able to integrate HTTPClient, HTTPServer and NTPClient into one program. The Ethernet connection comes up, get an IP address, gets the time from a server around the world and wait for input.
I also looked into EthernetTesterGood and it works fine, but somehow I cannot integrate NTP into the code..
But how can I scan for other mbed processors? How can I talk to other mbed processors? It would be nice if the system can scan by IP address so I can scan the range of my intranet given by my router ( e.g. 192.168.1.x ). I assume I have to use a different port then 80. I think 666 will be nice...
Does anyone can help me with the communication, using EthernetNetIf, between two or more mbed controllers?
Ben
Hi
I would like to connect two or more mbed processors via Ethernet. That should not be a problem.., but I also want the get the internet time. I looked into the programs HTTPClientExample, HTTPServerExample, NTPClientExamble and EthernetTesterGood.
I was able to integrate HTTPClient, HTTPServer and NTPClient into one program. The Ethernet connection comes up, get an IP address, gets the time from a server around the world and wait for input.
I also looked into EthernetTesterGood and it works fine, but somehow I cannot integrate NTP into the code..
But how can I scan for other mbed processors? How can I talk to other mbed processors? It would be nice if the system can scan by IP address so I can scan the range of my intranet given by my router ( e.g. 192.168.1.x ). I assume I have to use a different port then 80. I think 666 will be nice...
Does anyone can help me with the communication, using EthernetNetIf, between two or more mbed controllers?
Ben