> Could anyone who's really experienced with the FreeNet protocol and > architecture comment on how much it relies on TCP/IP? I read on the Slashdot > interview with Ian Clarke that the idea of creating a whole sub-internet > over short range radios was something he was interested in. Could this > protocol be directly implemented ontop of one of those wireless protocols > (I'm thinking Bluetooth; that is it's name, correct?), or directly ontop of > the IP protocol? It's not supposed to be tcp/ip specific but all current implementations are over tcp/ip. The protocol is designed in a packetlike manner so that it can easily go over any two way transport protocol that handles packets.
-Larry _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
