6 ms·
Hey Alessandro - I'm a huge fan of WebVM + y'all's other work at Leaning Tech. Curious - is your implementation of how you wrangled lwIP for the networking pie
by d_philla 2y ago
Hey Alessandro - I'm a huge fan of WebVM + y'all's other work at Leaning Tech.
Curious - is your implementation of how you wrangled lwIP for the networking piece open source? I had previously read the article you linked elsewhere, re: networking, but would love to see the specifics of your approach there.
- apignotti 2y agoAll the components of the network stack are open source: namely the Tailscale go client and the lwip networking stack. Some (not fully trivial) glue code is also required, which is not currently published. We do plan to cleanup the stack and release it as one of our upcoming internship projects.