jerluc / driftd

Drift protocol daemon
MIT License
1 stars 0 forks source link

Implement protocol layer #3

Open jerluc opened 7 years ago

jerluc commented 7 years ago

Once a simple async serial interface is built, it then will be trivial to build out the Rift protocol as a simple protocol layer for doing basic packet segmentation and framing, along with other features such as link resiliency and error checking.

Furthermore, a first pass at implementing a static IPv6 routing mechanism will allow for a quick and dirty way to experiment with and stress-test multi-node systems.

jerluc commented 7 years ago

IPv6 routing is implemented as of https://github.com/jerluc/riftd/commit/d6a84b405fe9c7bf3f434b4487edc8fda8d0158c but work still needs to be done for proper packet fragging/defragging.