Giter VIP home page Giter VIP logo

rpata's Introduction

RPATA

RPATA (PATA is Swahili for 'find') is a minimalist, highly configurable, multicast-based peer discovery service library. It has been designed to be used as a complement to existing networking libraries such as ZMQ. No assumptions have been made on the messaging paradigm in use and it can therefore be used with well known ones such as PUBLISH-SUBSCRIBE, PUSH-PULL, ACTOR framework or any others that may benefit from having an automated peer discovery service.

Also if the only reason for using DDS/RTPS is because of its in-built discovery service, then RPATA + your favourite networking library could be a better alternative.

Disclaimer!!

RPATA is still under heavy development and things are bound to change. Contributions and pull requests are welcome!

rpata's People

Contributors

nkigen avatar

Watchers

 avatar  avatar  avatar

rpata's Issues

Support peer disconnection/rejoining

Add support for detecting peers who've left the network and those that have rejoined the network. The main issue here is having a persistent UUID (stays the same for each peer after restarts).

A quick fix would be to let a user specify some sort of ID but I'm not for this approach.

Another solution is to generate the UUID from the network interface in use but this means we'll have to ensure that only one "peer" runs per node(Not a good idea considering during testing, the loopback interface is usually shared with all the peers).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.