Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of webserverBlinky by
Diff: PPP-Blinky/ppp-blinky.cpp
- Revision:
- 178:3f17aa0ce5ce
- Parent:
- 177:dab9e685af53
- Child:
- 179:ba2b2ddd0da5
--- a/PPP-Blinky/ppp-blinky.cpp Thu Sep 07 01:51:53 2017 +0000 +++ b/PPP-Blinky/ppp-blinky.cpp Thu Sep 07 16:22:20 2017 +0000 @@ -642,6 +642,9 @@ /// UDP demo that sends a udp packet containing a character received from the second debug serial port. /// Sends a 48 byte IP/UDP header for every 1 byte of data so line-mode would probably be better. +/// If you want ip packets from ppp blinky to be routed to other networks, ensure you have ip routing enabled. +/// See http://www.wikihow.com/Enable-IP-Routing. +/// Also ensure that the firewall on the receiving machine has the receiving TCP/UDP port enabled. void sendUdpData() { #ifdef SERIAL_PORT_MONITOR_YES