Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revisions of main.cpp

Revision Date Message Actions
125:ea88200b1df6 2017-08-09 Enable ICMP reporting. File  Diff  Annotate
124:18ef53f1d8b7 2017-08-09 Added input checking to more functions. File  Diff  Annotate
123:fc64fc6caae0 2017-08-08 Comment fix File  Diff  Annotate
122:963abcbff21e 2017-08-08 Renamed to PPP_max_size File  Diff  Annotate
121:705679672685 2017-08-08 Reduced TCP_MAX_SIZE to get Nucleo-L053R8 board working. File  Diff  Annotate
120:bef89e4c906e 2017-08-08 Fixed dropping characters when dumping debug data on second serial port File  Diff  Annotate
119:e14dd2bf0ea3 2017-08-08 Fix dropping of input characters, first packet error. File  Diff  Annotate
118:54d1936e3768 2017-08-08 More compact debug dump format, check for input characters while dumping headers, removed 20ms wait before sending, added PUSH flag to outgoing TCP data. File  Diff  Annotate
117:c819ae068336 2017-08-07 Shortened IP debug dump. TCP send delay 20ms. File  Diff  Annotate
116:1272e9f7ad70 2017-08-06 Add FIN flag to FIN ACK response. File  Diff  Annotate
115:b8ddff0e782f 2017-08-06 Removed spaces in HTTP response File  Diff  Annotate
114:8a5d70bbc1b2 2017-08-06 Latest mbed library; Added 10ms delay before sending; Changed IP & TCP header dump format File  Diff  Annotate
113:d9666fe4d0ed 2017-08-05 TCP flags display order same as MS Network Monitor File  Diff  Annotate
112:30172f36bd33 2017-08-04 Removed unneeded led toggles. File  Diff  Annotate
111:6a3b77c065c0 2017-08-04 Comments File  Diff  Annotate
110:baec959e1915 2017-08-04 Added/tested LPC11U24 and 3 Nucleo Boards. File  Diff  Annotate
109:644a59ebb5b1 2017-08-04 Remove fillbuf() from sendFrame() File  Diff  Annotate
108:f77ec4605945 2017-08-04 Added link to Windows Dial-up Configuration. File  Diff  Annotate
107:5fe806713d49 2017-08-03 Replace memchr scan for 0x7E with a per-character check. File  Diff  Annotate
106:d14e6b597ca3 2017-08-03 Shortened Connect string. IPCP uses suggested IP. Removed framefound. File  Diff  Annotate
105:45001195b325 2017-07-31 Reduced requirements (without stack) to 6.3kB File  Diff  Annotate
104:b1280b084f75 2017-07-31 Reduced receive buffer size File  Diff  Annotate
103:4f5512dd11cf 2017-07-31 Improved IPCP response. File  Diff  Annotate
102:a89c55672170 2017-07-31 Removed 1 line File  Diff  Annotate
101:0a15de2ca623 2017-07-31 Removed unused lines File  Diff  Annotate
100:3f3a017684c5 2017-07-30 Remove unused ppp.seq File  Diff  Annotate
99:3f56162e703e 2017-07-30 Shorten HTTP check to GET /x for fast benchmarking. File  Diff  Annotate
98:3babad0d1bd4 2017-07-29 TCP response handler.; TCP flag handling improved.; HTTP/1.0 response. File  Diff  Annotate
97:bdf885e146dc 2017-07-29 Window Size 700 File  Diff  Annotate
96:e14f42ecff66 2017-07-29 TCP Window size of 3*256 File  Diff  Annotate
95:40af49390daf 2017-07-28 Don't report FCS errors - they are common. File  Diff  Annotate
94:8ee3eec2a2bb 2017-07-24 Debug serial port off; Display frame count for /x File  Diff  Annotate
93:9675adc36882 2017-07-24 Changed TCP handler to wait for FIN; Comments File  Diff  Annotate
92:cb962b365cce 2017-07-23 Works with pppd on linux after small IPCP change.; Linux pppd command line in comments. File  Diff  Annotate
91:5141ae9fba53 2017-07-23 Reduce tcp window size; Comments File  Diff  Annotate
90:55e0f243a7ce 2017-07-23 Re-enable PPP FCS (CRC) error reporting File  Diff  Annotate
89:2c8dd0c2a426 2017-07-22 special handling for GET /x File  Diff  Annotate
88:b4a71242837c 2017-07-21 Target debug serial port check File  Diff  Annotate
87:9f5ac1fabd95 2017-07-21 Changed TCP flag handling.; All TCP headers to 20 bytes. File  Diff  Annotate
85:53e57ff1cf05 2017-07-20 Removed receive interrupt handler & replaced with fillbuf(); Modified TCP flag handling File  Diff  Annotate
84:456e73151f11 2017-07-18 html changes File  Diff  Annotate
83:cdcb81d1910f 2017-07-18 Increment TCP ident; Code consolidation; File  Diff  Annotate
82:051f77f7dd72 2017-07-16 Ignore all TCP options File  Diff  Annotate
81:9ede60e9a2c8 2017-07-15 wait_for_HDLC logic change; only scan for connect string when offline File  Diff  Annotate
80:753f5dd2e84e 2017-07-12 Improved tcp seq number usage File  Diff  Annotate
79:f0fc1c19a550 2017-07-09 TCP seq handling change File  Diff  Annotate
78:809c2631a5eb 2017-07-09 Bettter managing of TCP ack and seq File  Diff  Annotate
77:abf92baebb42 2017-07-08 New mbed library; Compile errors when serial debug is on; Seq and Ack number handling File  Diff  Annotate
76:00e208cceb8b 2017-07-05 TCP checksum bug fix File  Diff  Annotate
75:0d513869231f 2017-07-04 PPP packet handler updated; CRC to unsigned int File  Diff  Annotate
74:7409fbeabb2e 2017-06-28 Added HTTP header - Connection: close File  Diff  Annotate
73:2f56ec87dbe9 2017-06-26 Fixed destination IP debug print.; Latest mbed library. File  Diff  Annotate
72:ad3d12753acf 2017-06-17 Moved globals into ppp structure; Latest mbed lib; Comments File  Diff  Annotate
71:965619fedb3a 2017-06-08 Debug/Comments File  Diff  Annotate
70:713f86229288 2017-06-07 flagInfo File  Diff  Annotate
69:23f560087c16 2017-06-07 Simpler TCP Flags; Remove 200ms wait; TCP length multiple of four File  Diff  Annotate
68:0b74763ae67f 2017-06-05 Removed 200ms delay for faster response; Calculation of Content-Length File  Diff  Annotate
67:a63e3486bcda 2017-06-05 Separated HTTP response; Comments; File  Diff  Annotate
66:f005b9fdf4d1 2017-06-05 Separated HTML; Comments File  Diff  Annotate
65:23b17c43aa0f 2017-06-04 Shorter swap File  Diff  Annotate