top | item 40941192

(no title)

d_philla | 1 year 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.

discuss

order

apignotti|1 year ago

All 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.