Metadata-Version: 2.1
Name: iridiumSBD
Version: 0.0.8
Summary: Communication system for Iridium Short Burst Data Service.
Home-page: https://github.com/castelao/isbd
Author: Guilherme Castelão
Author-email: guilherme@castelao.net
License: BSD license
Keywords: isbd
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.7)
Requires-Dist: psycopg2 (>=2.6)

=========================
Iridium SBD communication
=========================

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

.. image:: https://img.shields.io/travis/castelao/isbd.svg
        :target: https://travis-ci.org/castelao/isbd

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


Communication system for Iridium Short Burst Data Service.

A python package to handle direct IP communications with Iridium gateway.

The goal here is to organize it as a standalone Python package with the objective to communicate binary data with Iridium Gateway. It does not try to understand the data being transmitted/received, but that task should be done by another resource. As a python package it is easier to install and update on different machines. With a small and specific objective it is easier to write tests and maintain it.

This is part of a bigger project for IDG communication system with remote instruments as Spray and SOLO.


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

0.0.8 (2018-06-26)
------------------

* Relay MT messages

0.0.4 (2017-10-13)
------------------

* Optional external procedure to handle received messages.

0.0.2 (2017-08-28)
------------------

* Parse MT messages in any order. Altough it usually comes in the same order, with the payload in the end, there is no restriction in the documentation imposing that.
* Refactoring the parsing process.
* Handling inbound (MO) and outbound (MT) DirectIP transmissions.

0.0.1 (2017-07-03)
------------------

* Only receiving DirectIP transmissions.
* Acknowledge to iridium gateway when receive a proper message.
* Logging.
* Command line to run server.
* Class to parse isbd messages.


