Replies: 5 comments 1 reply
-
There is no streaming support in IPv8. Mostly because we currently don't need it. The In the past, I've played around with adding |
Beta Was this translation helpful? Give feedback.
-
ok got it, thanks. let me fiddle around may be i can make sth interesting out of this experiment this is also good practive to get cosy with ipv8. |
Beta Was this translation helpful? Give feedback.
-
I still have my uTP over Dispersy community lying around if you need inspiration: https://github.com/qstokkink/gumby/blob/utp_community/experiments/utp/utp_community.py That would have to be ported to IPv8 though (which would shed quite a bit of code).
I also have some code for encrypting all communication by default: https://github.com/qstokkink/py-ipv8/tree/default_e2e_enc
Beyond what @egbertbouman already mentioned: these features are not (and probably should not get) in the core IPv8 protocol as they are not part of the core mission of IPv8. IPv8 is for peer-to-peer overlay messaging instead of peer-to-peer file sharing. That said, it is a lot of fun to make these things. |
Beta Was this translation helpful? Give feedback.
-
We worked with several people on live streaming and got it working together with BBC and Pioneer hardware team from UK: |
Beta Was this translation helpful? Give feedback.
-
@qstokkink those stuff are golden to me but i will try to reinvent the wheel, and probably copy some of stuff from your codes as well specially what you did in e2e i find it very interesting. |
Beta Was this translation helpful? Give feedback.
-
I am having some fun with IPv8 library. My personal project for fun aims to realtime stream transport P2P, no multicast no anycast.
I think i got the hang of it IPv8 i was somehow familiar with dispersy, but for me the question is there any available communities, that has stream transport support. Like sequencecontrol, and may be window size like bandwidth control builtins? I could not see such stuff in tunnel community
For future may be i can try to some fun with TLS like end 2 end encryption but yeah i think fist i need a transport.
Beta Was this translation helpful? Give feedback.
All reactions