raviq / Agent_mobility

Distributed agents for mobility generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed Agents for Mobility Generation

Description

This is a basic toolkit for mobility generation using distributed agents.

Usage

Start by running the manager:

./manager conf.json

A manager starts accepting incoming connections from the agents. Then, run the client(s):

./agent name

Each agent connects to the manager and sends JSON payloads containing: current position, nearby agents, or a command to be executed by the manager.

In other projects

Licence & Copyright

This software was developed in the hope that it would be of some use to the AI research community, and is freely available for redistribution and/or modification under the terms of the GNU General Public Licence. It is distributed WITHOUT WARRANTY; without even the implied warranty of merchantability or fitness for a particular purpose. See the [GNU General Public License] for more details.

If you find this code to be of any use, please let me know. I would also welcome any feedback.

Copyright (c) 2015--2018 Rafik Hadfi, rafik.hadfi@gmail.com

About

Distributed agents for mobility generation

License:GNU General Public License v3.0


Languages

Language:C 99.5%Language:Makefile 0.5%