Commit Graph

13 Commits

Author SHA1 Message Date
giomba ba2f76f7e6 simple udp server handler 2019-12-24 16:54:16 +01:00
giomba fabd0886b6 more consistent usage of data structures in the code 2019-12-24 16:00:09 +01:00
giomba b21625cd27 basic udp echo server 2019-12-24 14:47:32 +01:00
giomba c05386db26 Internet Checksum computation generalized 2019-12-24 10:36:49 +01:00
giomba 3eb51a7442 IPv6 packet constructor engineered 2019-12-24 10:01:27 +01:00
giomba c07807fc86 removed serialize/deserialize methods
it's everything already stored as serialized, just to save memory
(we only have 2k of memory)
2019-12-23 22:30:58 +01:00
giomba fb79e3d371 added proper IPv6 flow reply for ICMP packets 2019-12-23 21:47:25 +01:00
giomba 895206a046 SLIP bug: reading too fast from serial
when the escape char was read from serial, then the escaped char was
read immediately after, but it was not available, thus resulting in
no proper escape; now fixed
2019-12-23 21:45:25 +01:00
giomba aa4a347bfb less memory usage improvements 2019-12-23 19:09:41 +01:00
giomba 326016b565 removed old functions 2019-12-23 19:03:32 +01:00
giomba 3d3d24942e sizes in int 2019-12-23 19:02:05 +01:00
giomba 11e56ac38c code polishing 2019-12-23 18:57:21 +01:00
giomba 12d09f24c5 First commit 2019-12-23 14:13:13 +01:00