invesdwin / invesdwin-context-integration

invesdwin-context modules that provide integration features
GNU Lesser General Public License v3.0
1 stars 0 forks source link

implement channel for RUDP #30

Open subes opened 1 year ago

subes commented 1 year ago

https://stackoverflow.com/questions/23983298/how-to-create-a-simple-server-client-application-using-rudp-in-java

https://github.com/GermanCoding/RUDP

we should also implement our own version that works directly with readers/writers

subes commented 1 year ago

There is also a solution for multicast called PGM: https://github.com/steve-o/javapgm

https://stackoverflow.com/questions/13581956/broadcasting-in-rudp-udt-lwip-dccp https://en.wikipedia.org/wiki/Pragmatic_General_Multicast

subes commented 1 year ago

Jgroups also talks about RSVP, NAKACK, UNICAST3 protocols