--- layout: post title: Overview and Logs for the tini2p Dev Meeting Held on 2019-02-07 summary: Project design & goals, Current status, Timeline, Roadmap, Contributors outreach, and miscellaneous tags: [dev diaries, i2p, crypto] author: el00ruobuob / oneiric --- # Logs **\** 0. Greetings **\** hallo **\** Hello! **\** 1. Project design + goals **\** the main (somewhat rough) design document is here: https://github.com/tini2p/tini2p/DESIGN.md **\** I show this as the URL: https://github.com/tini2p/tini2p/blob/master/DESIGN.md **\** i2p components will be separated into (mostly) independent modules **\** thanks Corklander **\** only the minimal set of features for a functioning i2p router will be implemented **\** as new protocols come online (LS2, ECIES) old crypto will be deprecated and removed **\** any questions? **\** comments? **\** Are there any specific architecture requirements? As in, need an AES-boosted CPU, etc.? **\** not that i can tell so far, but i haven't focused on multi-platform too much yet **\** need to get it working on a single platform first :) **\** Yup. :) **\** that being said, i'm trying to keep portability in mind, to ease multi-platform suppoort **\** support\* **\** A super-slim router would have the distinct advantage of very high portability even to SoCs. **\** it would be amazing to run on a super slim board like that **\** that may require a port to c which is a potential path to go down once an mvp router is finished **\** ^ maybe **\** Also good to hear. **\** a rust impl is also on the table, but we can revisit that in the roadmap section **\** are we good to move on? **\** is there a non dev variant of #tini2p-dev? **\** kinghat: absolutely #tini2p **\** moving on **\** 2. Current project status **\** currently building out the ntcp2 transport, and will move to i2np, tunnels and netdb next. **\** client modules are completely open to independent, parallel dev **\** core components can be developed in parallel with some communication **\** the code is still in somewhat high flux, and am just rebasing on a single commit atm **\** fairly close to having the networking + session management for the ntcp2 transport **\** after that, ntcp2 will be more-or-less finished **\** any comments questions? **\** This is more architectural/design: what license do you plan to release? **\** current license is BSD-3 (to be compatible w/ kovri+monero) **\** it may change if necessary, currently don't see a need to **\** Good. :) **\** ready to move on? **\** 3. Development timeline estimates **\** the code should stabilize in the next 1-2 weeks, and i'll change to making PR/MRs against the master branch **\** after finishing ntcp2, i2np + tunnels should take ~1-1.5 weeks each to get working **\** netdb will be somewhat more involved, and may take 2-3 weeks to get working **\** the router context should be fairly easy to implement, ~1 week **\** garlic encryption, notably AES+SessionTag management, is fairly complicated, ~2-3 weeks **\** total estimated time for core components: ~7-12 weeks **\** client components are somewhat easier to implement **\** reseed and address book should take ~1.5-2 weeks each **\** the most complicated components are i2cp and the proxy interfaces **\** atm, only socks + http proxies will be implemented as APIs for external apps (~2-2.5 weeks each) **\** i2cp is the interface between the client & router context, ~2 weeks **\** client destinations manage the interface b/w proxies & the client context, ~1.5-2 weeks **\** total estimated time for client components: ~7-8.5 weeks **\** total time for mvp router: ~4-5 months **\** the above estimates are conservative, and assume a singular developer **\** actual dev time may be much less **\** questions comments? **\** ready to move on then? **\** Do you see use of wireframes/mockups that could help make development testing faster? **\** currently using Catch2 as a testing framework **\** all code so far is covered by test cases **\** currently hammering out some network bugs for ntcp2 sessions, net tests have been extremely helpful here, for example **\** does that answer your question? **\** or were you talking about something else? **\** (I'm jumping the gun and asking about how to share workload using wireframes.) **\** oh, i have a diagram for component interaction that i'll finish and post after the meeting **\** it still contains streaming + SAM components, which likely won't be implemnted **\** streaming library may be, but it may turn out to be unnecessary **\** any more discussion, or ready for roadmap item? **\** 4. Roadmap **\** finish ntcp2 transport -> netdb impl -> tunnel impl -> garlic impl -> router context impl **\** client destination impl -> address book impl -> socks 4a + http proxies impl -> client context impl **\** the above roadmap is assuming singular dev, multiple devs will parallelize efforts **\** questions comments? **\** On roadmap, should there be a list of infrastructure? As in git host, communications info, etc? **\** haven't thought too much about infrastructure at this point **\** once code is stable (~1-2 weeks), will dedicate more time to things like CI, git host, comms, etc **\** right now, the project is hosted on github/lab **\** heard about gitea, which also sounds like a great option **\** will likely setup a meta meeting to discuss all of that **\** thanks for bringing that up Corklander, easy to forget about **\** transitions nicely to the next item **\** any more discussion before moving on? **\** 5. Project management + contributor outreach **\** i am a developer, not a management type, and the skillsets are very different **\** i can do project management, but this is not my strength **\** at the moment, i am the only one contributing, so imho, project management is not that crucial **\** the importance will shift once more contributors become involved **\** it is good to be forward looking, and some time/effort should be dedicated to reaching out to community members with proven project management experience **\** contributor outreach is hugely important, and once core components are in place, i will dedicate more time to looking for developers to help out **\** any community help finding project managers + contributors is greatly appreciated **\** questions comments? **\** ok, almost top of the hour, final item **\** You've listed time as your only requirement for now. If you have assistance with coding it would likely impact your time to get the current roadmap finished. **\** What requirements would you like for people to assist you so that you can dedicate your time best? **\** absolutely, more contributors familiar with i2p (or somewhat easily brought up to speed) should decrease dev time **\** for client components, socks or http proxies should be the easiest to take on **\** familiarity with c++ is a req **\** doesn't have to be expert level, but novice-intermediate **\** i'm still a bit of a c++ greenhorn, so it would take a bit of time for me to train devs **\** anyone wanting to contribute to core components should be \*very\* familiar with i2p, or willing to invest a lot of independent time catching up on docs **\** will try to guide people through the mire as best as possible **\** for people totally unfamiliar with i2p, socks + http proxies will be the easiest introduction **\** socks being the easier of the two **\** ok, so we're a little over time **\** final item **\** 6. Next meeting time **\** is this a good time/day for people (know some are in UTC+1, so maybe its a bit late?) **\** also, thank you to all that attended/participated! **\** I'm good with this or later for weekdays. **\** ok **\** anyone else need a different time/day? **\** so next meeting will be 18:00 UTC 21-02-2019 (two weeks from today) **\** many thanks again to everyone who attended :) **\** Thanks oneiric! **\** meeting adjourned \*gavel strike\*