>
Joe Armstrong <> writes: > IMHO the tricky bit is making a tunnel so that a regular Erlang > program can see the raw IP datagrams - the rest is just plain coding. > > Luke sees to have some code that does this bit - (am I right Luke). That part is actually easy, and yes, the 'tuntap' application in the Jungerl does it. We've used that in production code. -Luke