Nicolas Nackel / Mbed 2 deprecated PPP-Blinky

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
275:bb2d582c20d6 2020-10-18 nixnax Formatting default tip
274:b1bc40deb637 2020-09-17 nixnax 404 code added to not found message
273:3b3de186ea2f 2020-08-02 nixnax Typo fix
272:9ea94556c6f6 2020-07-02 nixnax Favicon mirrors LED state, remove a space in the response.
271:06c2c2a4e0bf 2020-06-17 nixnax Changed HTTP header response code
270:98099fbc46fb 2020-06-02 nixnax Added LED toggle option to web page.
269:ad9e99728fdf 2020-05-02 nixnax Initialize PPP-Ident as 11111 so packets can be recognized.
268:a81648a9c7bf 2020-03-27 nixnax Remove LED toggle on every frame.
267:40ea40e040d2 2020-02-22 nixnax Updated Copyright Date
266:47eea4b910ad 2020-01-18 nixnax Comment in waitForPppFrame()
265:b05d78e226a9 2019-12-12 nixnax Flat file containing ShA1
264:71c191a24d30 2019-11-05 nixnax Stream vs RawSerial comment
263:83a6d767c349 2019-09-25 nixnax Toggle LED for every received frame
262:c044fed611aa 2019-08-24 nixnax Change ping counter to ppp packet counter
261:272ec8e2a7d4 2019-08-16 nixnax Make mbed-code field in websocket response optional.
260:2c9a01c9d03e 2019-08-05 nixnax Don't count empty PPP frames.
259:f694046fc06f 2019-07-28 nixnax Simplified TCP responder.
258:1eb9abd66922 2019-06-16 nixnax small changes to PPP handler
257:1990a41a1e31 2019-05-09 nixnax Fixed comments, new jsfiddle URL
256:16543c8dd55c 2019-04-11 nixnax License update
255:14e83e1e2b40 2019-03-02 nixnax new mbed library revision 172
254:7345c9a6f4c2 2019-02-16 nixnax Display SystemCoreClock on main HTTP page
253:ee1044976b2c 2019-01-17 nixnax PPP frames were double-counted.
252:b3c8c5699153 2019-01-14 nixnax Count all PPP frames in ping count.
251:ae27cf9ec58d 2018-12-31 nixnax Added LCP packets to ping counter
250:35a3a19dc184 2018-12-25 nixnax Remove Connection: Close from http header
249:9ff0e20325f7 2018-12-25 nixnax More favicon work
248:5aca1c98fc24 2018-12-25 nixnax Use Data URI for fake favicon image
247:7b0a8e6fbb86 2018-12-23 nixnax Restore the escaping of characters >127
246:68a38a3bfdbe 2018-12-07 nixnax Revert the escaping (using 0x7d) of characters >127
245:544cea761769 2018-12-07 nixnax HTML comment example
244:f062ca9b6e06 2018-12-07 nixnax Increase RXBUFLEN to 4000
243:24f899297799 2018-12-07 nixnax Trap buffer full event with LED flashing
242:1e9215c09da5 2018-12-04 nixnax Escape characters > 0x7f
241:dece92cb7296 2018-12-03 nixnax Display ICMP ping count in webpage using strstr()
240:d7a01533397d 2018-12-03 nixnax Show number of pings in webpage.
239:426e50519204 2018-12-03 nixnax Added a counter for ICMP pings
238:f39289ed5a2e 2018-12-03 nixnax Remove unneeded define
237:796851817c26 2018-11-23 nixnax Toggle LED1 for each HTTP GET
236:b931c4909ee1 2018-11-23 nixnax new mbed library revision 171
235:43004d18b130 2018-11-22 nixnax mbed version 171 has issues, reverting
234:c581abc0feeb 2018-11-22 nixnax New mbed library rev 171
233:1b590d78ec9c 2018-11-14 nixnax restoring RXBUFLEN to 1500
232:db31d91f71d2 2018-11-14 nixnax Reduce rxbuflen to 500
231:6bd4523833a2 2018-10-24 nixnax Remove more debugPrintf
230:ee097c486e45 2018-10-21 nixnax Change debugPrintf to debugPuts where possible
229:a81c37376187 2018-09-30 nixnax Consistency in server header
228:7fb878500862 2018-09-17 nixnax removed LCPConfigurationRequest()
227:f87156f9ef11 2018-09-17 nixnax consolidate LCP handler
226:4898247048c7 2018-09-09 nixnax Removed delay in sendPPPbuf; Edits in webpages
225:4c9994e3becb 2018-09-08 nixnax mbed library revision 170 and updated jsfiddle revision 112
224:28a12be8d52d 2018-09-01 nixnax Updated jsfiddle
223:917b554cb8a5 2018-08-28 nixnax make ppp.rx.buf volatile
222:0ec93b1ff979 2018-08-26 nixnax Updated jsfiddle version
221:1d7c32d8256b 2018-08-25 nixnax Removed putcwhilechecking and putswhilechecking.; Added ppp.xx.bufferfull
220:54f45f924707 2018-08-20 nixnax Unrolled the CRC calculation.
219:cbf6a235d1f2 2018-08-01 nixnax New jsfiddle for WebSocket demo
218:651241ad5928 2018-07-28 nixnax Reduce RXBUFLEN to 1800
217:86498f9ab967 2018-07-22 nixnax Enable MAXBUFLEVEL in the TCP/IP headers for testing
216:e3c5a5b47295 2018-07-22 nixnax RXBUFLEN can now be any value