Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

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