RealtimeCompLab2

Dependencies:   mbed

Fork of PPP-Blinky by Nicolas Nackel

Changes

RevisionDateWhoCommit message
193:8d3c9e94a4fb 2017-11-20 plebs96 webserverBlinky default tip
192:73fdbdc479dd 2017-11-11 nixnax Latest mbed library - Revision 157.
191:f88ae0cc0c7e 2017-10-31 nixnax Latest mbed library - Revision 154.
190:f9b31012548d 2017-10-14 nixnax Latest mbed library - Revision 153.
189:9fc4ae041974 2017-10-06 nixnax Latest mbed library - Revision 152.
188:092cd0b002f4 2017-10-06 nixnax Test comment removed
187:e2cea223dd85 2017-10-06 nixnax Test comment.
186:7ff62f1c1a16 2017-09-25 nixnax Latest mbed library - Revision 151.
185:4cd8f91e9d49 2017-09-18 nixnax Close connection after HTTP response.
184:4133f557d4d4 2017-09-11 nixnax Better Sec-WebSocket-Key. Respond to TCP Ack with nonzero Payload. Increase TCP Window Size to 1200.
183:6d3ba874b267 2017-09-11 nixnax SERIAL_PORT_MONITOR_NO
182:f039ec218c9f 2017-09-11 nixnax Re-enabled sendUdpData(); Removed HTTP send delay. Verbosity flags.
181:bcfe7fe2142d 2017-09-11 nixnax Head pointer made volatile. Clear firstFrame after first frame.
180:fb1ab50e5e7a 2017-09-11 nixnax SERIAL_PORT_MONITOR_NO
179:ba2b2ddd0da5 2017-09-11 nixnax Changed BufferedSerial to RawSerial.
178:3f17aa0ce5ce 2017-09-07 nixnax Added comments on IP routing.
177:dab9e685af53 2017-09-07 nixnax sendUdpData() changes.
176:011dbb3f7d03 2017-09-06 nixnax Merge
175:b4e6f8a6fe00 2017-09-06 nixnax Moved ppp structure.
174:e5a3f16421a5 2017-09-06 nixnax sendUdpData()
173:6774a0c851c4 2017-09-04 nixnax Better use of header structures. Better tcp header dump.
172:449dd7a28955 2017-09-04 nixnax Incrementing response counter in sendPppFrame()
171:46b36d4edd1d 2017-09-04 nixnax sendUdp();
170:3d3b2126181c 2017-09-04 nixnax UDP checksum working.
169:ee90aed3a735 2017-09-04 nixnax SERIAL_PORT_MONITOR_NO
168:c77eb908042a 2017-09-04 nixnax correct udpLength.
167:ff8a2d8beeb1 2017-09-04 nixnax ICMP header structure & ICMP/LCP handler rewrite.
166:0386c2d5dc89 2017-09-03 nixnax SERIAL_PORT_MONITOR_NO
165:c47826d07e0d 2017-09-03 nixnax ICMP header structure. ICMP handler rewrite.
164:c3de3d212c4b 2017-09-03 nixnax UDP header changes.
163:d1b4328e9f08 2017-09-03 nixnax UDP header structure. Rewrite udp handler.
162:594729c0e5c1 2017-09-02 nixnax swapIPAddresses()
161:d59f778bc8ab 2017-09-02 nixnax Checksum cleanup.
160:bd701ad564cb 2017-09-02 nixnax Fixed errors in IP header structure.
159:4d1bf96a59cd 2017-09-02 nixnax Better pseudo header.
158:841592aed956 2017-09-02 nixnax Comments
157:3a3530d60e96 2017-09-02 nixnax SERIAL_PORT_MONITOR_NO
156:163c23249731 2017-09-02 nixnax Improved TCP flag union in struct tcpHeaderType.
155:9c6a1d249e26 2017-09-01 nixnax Working TCP flags in tcpHeaderType.
154:18b2bd92f557 2017-09-01 nixnax Better IP and TCP header structures
153:7993def8663f 2017-09-01 nixnax Merge, small changes, comments.
152:025c73b6c0a9 2017-09-01 nixnax PPP, IP and TCP header structures
151:db1994555542 2017-09-01 nixnax Latest mbed library (150)
150:3366bf3d294e 2017-08-30 nixnax changed connected() to connectedPPP()
149:969d98f6fb88 2017-08-30 nixnax Added swapIpPorts()
148:4225c3608b80 2017-08-30 nixnax SERIAL_PORT_MONITOR_NO
147:0f40005cbc5f 2017-08-30 nixnax Added swapIpAddresses()
146:a45f49a2b29c 2017-08-30 nixnax UDP response with variable data length.
145:098b6ed2f7f2 2017-08-29 nixnax Change PPP CRC to FCS.
144:01d98cf7738e 2017-08-29 nixnax If UDP message starts with "echo" send it back.
143:c5019f856a56 2017-08-29 nixnax Register Adapter IP in IPCP. Comments.
142:54d1543e23e5 2017-08-28 nixnax Documentation, restructure, comments.
141:4cc1518ee06f 2017-08-28 nixnax Comments, removed Dial-up Error 777 reference.
140:f526e9ecfebb 2017-08-23 nixnax Toggle LED only every second PPP packet.
139:1f87c6bc8db3 2017-08-20 nixnax Moved text-align in root web page to center everything.
138:65f9ef634777 2017-08-20 nixnax Latest mbed lib.
137:eda0cfcf4d3c 2017-08-19 nixnax Changed TCP sending delay from 70 to 45 ms.
136:28a838086979 2017-08-16 nixnax Link to JSFiddle demo.
135:6c3eec2fa634 2017-08-16 nixnax Added menu to root page
134:af9d1f8d451d 2017-08-16 nixnax serial port monitor = no.