Metadata-Version: 2.1
Name: rtcom
Version: 0.1.4
Summary: Real Time Communication Library for home robotics and automation. 
Home-page: https://github.com/rjean/rtcom
Author: Raphael Jean
Author-email: raphael.jean@rocketmail.com
License: MIT license
Keywords: rtcom
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6

=====================
RealTimeCommunication
=====================


.. image:: https://img.shields.io/pypi/v/rtcom.svg
        :target: https://pypi.python.org/pypi/rtcom

.. image:: https://img.shields.io/github/workflow/status/rjean/rtcom/Upload%20Python%20Package
        :target: https://github.com/rjean/rtcom/actions?query=workflow%3A%22Upload+Python+Package%22

.. image:: https://readthedocs.org/projects/rtcom/badge/?version=latest
        :target: https://rtcom.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Real Time Communication Library for home robotics and automation. 

The aim of this library is to provide a quick and easy way to prototype "Intranet of Things" devices. 

It was first developed for a hobby robotics project in order to have a interface between the robot and a PC,
without having to worry about networking, IP addresses, hostnames, web servers or callbacks. 

* Free software: MIT license
* Documentation: https://rtcom.readthedocs.io.

Features
--------

* Real-time UDP broadcast based synchronisation of all rtcom nodes.
* Automatic discovery of devices. (No DNS or Avahi required)
* Possibility of unicast, without having to worry about IP addresses, DNS or Avahi.
* Get started with just a few lines of code.


Current limitations
-------------------
* Only a single process can listen to rtcom traffic for now per device.
* This version of the stack can be CPU intensive. Optimization for marshalling would be useful to reduce CPU usage.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-10-24)
------------------

* First release on PyPI.


