Metadata-Version: 2.0
Name: hedgehog-server
Version: 0.5.0
Summary: Hedgehog Robot Controller Server
Home-page: https://github.com/PRIArobotics/HedgehogServer
Author: Clemens Koza
Author-email: koza@pria.at
License: AGPLv3+
Keywords: hedgehog robotics controller server
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Dist: hedgehog-protocol
Requires-Dist: hedgehog-utils[discovery]
Requires-Dist: hedgehog-platform
Provides-Extra: raspberry
Requires-Dist: RPi.GPIO; extra == 'raspberry'
Requires-Dist: pyserial; extra == 'raspberry'

Hedgehog Robot Controller Server
================================

.. image:: https://travis-ci.org/PRIArobotics/HedgehogServer.svg?branch=master
    :target: https://travis-ci.org/PRIArobotics/HedgehogServer

This project provides the server for the Hedgehog Educational Robotics Controller.
Clients can communicate with it via the ZMQ & Protobuf based Hedgehog Protocol.


