RealtimeCompLab2

Dependencies:   mbed

Fork of PPP-Blinky by Nicolas Nackel

Revisions of PPP-Blinky/ppp-blinky.cpp

Revision Date Message Actions
193:8d3c9e94a4fb 2017-11-20 webserverBlinky File  Diff  Annotate
185:4cd8f91e9d49 2017-09-18 Close connection after HTTP response. File  Diff  Annotate
184:4133f557d4d4 2017-09-11 Better Sec-WebSocket-Key. Respond to TCP Ack with nonzero Payload. Increase TCP Window Size to 1200. File  Diff  Annotate
183:6d3ba874b267 2017-09-11 SERIAL_PORT_MONITOR_NO File  Diff  Annotate
182:f039ec218c9f 2017-09-11 Re-enabled sendUdpData(); Removed HTTP send delay. Verbosity flags. File  Diff  Annotate
181:bcfe7fe2142d 2017-09-11 Head pointer made volatile. Clear firstFrame after first frame. File  Diff  Annotate
180:fb1ab50e5e7a 2017-09-11 SERIAL_PORT_MONITOR_NO File  Diff  Annotate
179:ba2b2ddd0da5 2017-09-11 Changed BufferedSerial to RawSerial. File  Diff  Annotate
178:3f17aa0ce5ce 2017-09-07 Added comments on IP routing. File  Diff  Annotate
177:dab9e685af53 2017-09-07 sendUdpData() changes. File  Diff  Annotate
176:011dbb3f7d03 2017-09-06 Merge File  Diff  Annotate
175:b4e6f8a6fe00 2017-09-06 Moved ppp structure. File  Diff  Annotate
174:e5a3f16421a5 2017-09-06 sendUdpData() File  Diff  Annotate
173:6774a0c851c4 2017-09-04 Better use of header structures. Better tcp header dump. File  Diff  Annotate
172:449dd7a28955 2017-09-04 Incrementing response counter in sendPppFrame() File  Diff  Annotate
171:46b36d4edd1d 2017-09-04 sendUdp(); File  Diff  Annotate
170:3d3b2126181c 2017-09-04 UDP checksum working. File  Diff  Annotate
169:ee90aed3a735 2017-09-04 SERIAL_PORT_MONITOR_NO File  Diff  Annotate
168:c77eb908042a 2017-09-04 correct udpLength. File  Diff  Annotate
167:ff8a2d8beeb1 2017-09-04 ICMP header structure & ICMP/LCP handler rewrite. File  Diff  Annotate
166:0386c2d5dc89 2017-09-03 SERIAL_PORT_MONITOR_NO File  Diff  Annotate
165:c47826d07e0d 2017-09-03 ICMP header structure. ICMP handler rewrite. File  Diff  Annotate
164:c3de3d212c4b 2017-09-03 UDP header changes. File  Diff  Annotate
163:d1b4328e9f08 2017-09-03 UDP header structure. Rewrite udp handler. File  Diff  Annotate
162:594729c0e5c1 2017-09-02 swapIPAddresses() File  Diff  Annotate
161:d59f778bc8ab 2017-09-02 Checksum cleanup. File  Diff  Annotate
160:bd701ad564cb 2017-09-02 Fixed errors in IP header structure. File  Diff  Annotate
159:4d1bf96a59cd 2017-09-02 Better pseudo header. File  Diff  Annotate
158:841592aed956 2017-09-02 Comments File  Diff  Annotate
157:3a3530d60e96 2017-09-02 SERIAL_PORT_MONITOR_NO File  Diff  Annotate
156:163c23249731 2017-09-02 Improved TCP flag union in struct tcpHeaderType. File  Diff  Annotate
155:9c6a1d249e26 2017-09-01 Working TCP flags in tcpHeaderType. File  Diff  Annotate
154:18b2bd92f557 2017-09-01 Better IP and TCP header structures File  Diff  Annotate
153:7993def8663f 2017-09-01 Merge, small changes, comments. File  Diff  Annotate
152:025c73b6c0a9 2017-09-01 PPP, IP and TCP header structures File  Diff  Annotate
150:3366bf3d294e 2017-08-30 changed connected() to connectedPPP() File  Diff  Annotate
149:969d98f6fb88 2017-08-30 Added swapIpPorts() File  Diff  Annotate
148:4225c3608b80 2017-08-30 SERIAL_PORT_MONITOR_NO File  Diff  Annotate
147:0f40005cbc5f 2017-08-30 Added swapIpAddresses() File  Diff  Annotate
146:a45f49a2b29c 2017-08-30 UDP response with variable data length. File  Diff  Annotate
145:098b6ed2f7f2 2017-08-29 Change PPP CRC to FCS. File  Diff  Annotate
144:01d98cf7738e 2017-08-29 If UDP message starts with "echo" send it back. File  Diff  Annotate
143:c5019f856a56 2017-08-29 Register Adapter IP in IPCP. Comments. File  Diff  Annotate
142:54d1543e23e5 2017-08-28 Documentation, restructure, comments. File  Diff  Annotate