Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revisions of main.cpp

Revision Date Message Actions
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
64:677b9713a120 2017-06-04 Comments File  Diff  Annotate
63:9253b0e1b7d8 2017-06-04 Remove unneeded file; Light reformatting File  Diff  Annotate
62:f192926e42f1 2017-06-04 Merge, comments, small changes in TCPhandler() File  Diff  Annotate
61:b3c1a04efd0a 2017-06-04 Buffer use in TCPhandler; Latest mbed library File  Diff  Annotate
60:2b770949c911 2017-06-04 Buffer consolidation File  Diff  Annotate
58:8f39f28f9b14 2017-04-24 Latest mbed library V140 File  Diff  Annotate
57:8deab70fef2e 2017-01-31 Remove unneeded rxbufNotEmpty File  Diff  Annotate
56:b5b2e1c09f42 2017-01-29 Moved buffer read into critical section File  Diff  Annotate
55:43faae812be3 2017-01-29 Removed compile warnings with #IFNDEF File  Diff  Annotate
54:13f83621db80 2017-01-29 Merge - small changes File  Diff  Annotate
53:3a8a37fda757 2017-01-29 Removed unneeded test before waitForConnectString File  Diff  Annotate
52:accc3026b2b0 2017-01-29 Removed redundant check before waitForConnectString File  Diff  Annotate
51:a86d56844324 2017-01-29 Successful Test of 1 Million Pings File  Diff  Annotate
50:ad4e7c3c88e5 2017-01-29 Fixed HDLC frameEndIndex wraparound bug; Moved wait_for_HDLC_Frame code to a function File  Diff  Annotate
49:2213f9c132b2 2017-01-24 rxbuf clashing with other libs - renamed to rxbufppp File  Diff  Annotate