GithubHelp home page GithubHelp logo

midas's Introduction

MIDAS: Middleware for Implementing Distributed Ad-hoc Systems

This project is a middleware library for mobile ad-hoc networking that supports using heterogeneous media for communication.

Examples

There are numerous examples for how to create different components in the examples directory.

Building a jar

Run the build_jar.sh script to build on Linux/Mac

Using jar in project

  1. Add the midas.jar that was created under the "Building a jar" section.
  2. Access any class files and implementations by using the import midas.*

Docker Message Broadcaster example:

  1. Build the image
./build_docker.sh
  1. In one terminal run docker compose:
docker-compose up

This will show all messages that are broadcasted to these containers 3. In another terminal window run the following:

docker run -a stdin -a stdout -it --name server_4000 -p 4000:4000 --network host --rm -e PORTS="4000 4001 4002" midas_broadcast:latest

This window will allow you to send messages to the other instances. All text typed in through here will appear in the output in the first terminal window.

midas's People

Contributors

kyle1320 avatar swrap avatar israaar avatar

Watchers

James Cloos avatar  avatar

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.