Didn't someone make a Golang router rewrite? How hard would it be to built a client out of that? Because then you'd have instant deploy to Winmac, and support is growing for Android and MacThing compilation. Right now there's no UI framework for Android so it'd be Java bindings, but using the Golang backend for all the heavy lifting.
May I ask: is there any plan to extend the DHT with some sort of Pub/Sub, and with the NoStore BEP for mobile DHT nodes to indicate they shouldn't route or be contacted? Performance and speed are crucial for a microstatus network, but preserving bandwidth and battery are crucial for mobile users. Measures to speed up fetch operations and reduce DHT traversal are necessary, suggesting either hosted routers or pub/sub over DHT? On 16 November 2015 12:57:37 GMT+00:00, Miguel Freitas <[email protected]> wrote: >Hi Erkan, > >On Sat, Nov 14, 2015 at 3:00 PM, Erkan Yilmaz <[email protected]> >wrote: > >> Happy birthday! >> >> RT @myleneb To celebrate 2 years of #twister @mfreitas will you take >a >> little time to tell us how you consider Twister's future ? >> RT @kseistrup the zeroth block was mined 2013-11-14T01:57:35Z >> > >I believe most important landmarks for twister's roadmap have already >been >put... > >I mean, to start, we obviously need to increase userbase. That won't >happen >if we stay mostly linux-based. > >A good windows installer, that also manages running twister as a >service >when computer boots, is a first and easy candidate. > >Then, a mobile client. We already cross-compile twisterd for android >and >ios, but packing it nicely with a good (native) UI is still missing. > >The last nice client to foster usage would be the web-only client. We >have >already most of support implemented in twisterd (commands exposing raw >data >without crypto/authentication), a nodejs proxy prototype (to handle >limiting traffic for some commands etc) and working javascript crypto. >Still to decide: policy to allow torrent joining requests (to prevent >server DoS) and packing client as a browser extension (to ensure code >authenticity). > >Ideas on improving user registration in general (fighting massive >registrations) are important as well, but i don't currently see these >as >the most impeding factor. > >These as just a few thoughts anyway, of course i might be overlooking a >lot >of cool ideas! > >regards, > >Miguel > >-- >You received this message because you are subscribed to the Google >Groups "twister-users" group. >To unsubscribe from this group and stop receiving emails from it, send >an email to [email protected]. >To post to this group, send email to [email protected]. >For more options, visit https://groups.google.com/d/optout. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- You received this message because you are subscribed to the Google Groups "twister-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
