{"id":23544436,"url":"https://github.com/d3f0/maranet","last_synced_at":"2025-10-17T01:12:49.845Z","repository":{"id":46084572,"uuid":"96826789","full_name":"D3f0/maranet","owner":"D3f0","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-08T00:40:59.000Z","size":316,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T04:43:11.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D3f0.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-10T22:26:11.000Z","updated_at":"2022-09-20T11:54:58.000Z","dependencies_parsed_at":"2024-12-26T07:15:28.397Z","dependency_job_id":"81075688-99d1-4dc4-b842-3c24e485028e","html_url":"https://github.com/D3f0/maranet","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"c6745473dd68d47a6db61be7cb8d153f16881add"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fmaranet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fmaranet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fmaranet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fmaranet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3f0","download_url":"https://codeload.github.com/D3f0/maranet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254304846,"owners_count":22048482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-26T07:15:16.791Z","updated_at":"2025-10-17T01:12:44.808Z","avatar_url":"https://github.com/D3f0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======\nMaraNet\n=======\n\n\n.. image:: https://img.shields.io/pypi/v/maranet.svg\n        :target: https://pypi.python.org/pypi/maranet\n\n.. image:: https://img.shields.io/travis/D3f0/maranet.svg\n        :target: https://travis-ci.org/D3f0/maranet\n\n.. image:: https://readthedocs.org/projects/maranet/badge/?version=latest\n        :target: https://maranet.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/D3f0/maranet/shield.svg\n     :target: https://pyup.io/repos/github/D3f0/maranet/\n     :alt: Updates\n\n\nA Python client library for MARA protocol. Includes server emulator, although MARA servers are tipically microcontrollers.\n\n\n* Free software: MIT license\n* Documentation: https://maranet.readthedocs.io.\n\n\nMara Network Protocol\n=====================\n\n\nMara is a protocol designed for interaction with a network of embedded devices.\nThese devices collect state and events from a process (implementations include\ntraffic light systems and power station monitoring).\n\nMara 1.0 is source code is implemented on top of Microchip PIC devices and code\ncan be requested at ricadoalopez at gmail.\n\nMara 1.6, designed with 16 bit in mind, is implemented on top of Arduino libraries and\nshould be available soon.\n\n\nMara 1.0\n--------\n\nMara packages structure::\n\n    ┌─────┬─────┬─────┬─────┬─────┬─────┬─────┐┌─────┐┌─────┬─────┐\n    │ SOF │ SEQ │ QTY │ SRC │ DST │ CMD │ PLD ││ ... ││ BCL │ BCH │\n    │     │     │     │     │     │     │     ││     ││     │     │\n    └─────┴─────┴─────┴─────┴─────┴─────┴─────┘└─────┘└─────┴─────┘\n    ┌─────┬───────────┬───────────┬─────┬───────────┬───────────┐\n    │ QSV │ SV0       │ SV1       │ QDI │ DI0       │ DI1       │\n    │     │           │           │     │           │           │\n    └─────┴───────────┴───────────┴─────┴───────────┴───────────┘\n    ┌─────┬───────────┬───────────┬─────┬─────────────────────────┐\n    │ QAI │ AI0       │ AI1       │ QEV │ EV..                    .\n    │     │           │           │     │                         │\n    └─────┴───────────┴───────────┴─────┴─────────────────────────┘\n\nWhere:\n\n    * **SOF** Start of frame\n    * **SEQ** Sequence number\n    * **QTY** Frame length or byte *quantity*\n    * **SRC** Source address\n    * **DST** Destination address\n    * **CMD** Command\n    * **PLD** Payload\n        - Payload consists of arrays of values\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3f0%2Fmaranet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3f0%2Fmaranet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3f0%2Fmaranet/lists"}