{"id":20268802,"url":"https://github.com/allangallop/meshproxy","last_synced_at":"2025-07-11T03:35:01.102Z","repository":{"id":256025639,"uuid":"854088652","full_name":"AllanGallop/MeshProxy","owner":"AllanGallop","description":"MeshProxy - Meshtastic Middleware","archived":false,"fork":false,"pushed_at":"2024-09-09T16:01:40.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T05:27:15.865Z","etag":null,"topics":["blacklist","meshtastic","proxy","rate-limiting","whitelist"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AllanGallop.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-08T11:37:47.000Z","updated_at":"2024-10-20T17:29:29.000Z","dependencies_parsed_at":"2024-09-08T16:01:44.578Z","dependency_job_id":"43e1c6f8-7ca3-4e70-94ad-5d0fe64a1d93","html_url":"https://github.com/AllanGallop/MeshProxy","commit_stats":null,"previous_names":["allangallop/meshproxy"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanGallop%2FMeshProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanGallop%2FMeshProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanGallop%2FMeshProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanGallop%2FMeshProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllanGallop","download_url":"https://codeload.github.com/AllanGallop/MeshProxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241753144,"owners_count":20014252,"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":["blacklist","meshtastic","proxy","rate-limiting","whitelist"],"created_at":"2024-11-14T12:20:11.220Z","updated_at":"2025-03-03T23:05:14.165Z","avatar_url":"https://github.com/AllanGallop.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeshProxy\n\n**MeshProxy** is a network proxy service that facilitates communication between Meshtastic devices and user applications. It serves as a middleware, offering advanced control features such as rate limiting, whitelisting, and blacklisting for managing device messaging interactions over the Meshtastic network.\n\n\u003ca name=\"usage\"\u003e\u003c/a\u003e\n## Usage\n\n### Docker\n\n1. Clone this repository  \n```git clone https://github.com/AllanGallop/MeshProxy.git```\n\n2. [Configure](#configure)\n\n3. Build  \n```docker compose -f Docker/docker-compose.yaml up --build```\n\n### Locally\n\n1. Clone this repository  \n```git clone https://github.com/AllanGallop/MeshProxy.git```\n\n2. Install requirements  \n```pip install --no-cache-dir --break-system-packages -r MeshProxy/requirements.txt```\n\n2. [Configure](#configure)\n\n3. Run  \n```python MeshProxy/meshproxy.py```\n\n\n\u003ca name=\"configure\"\u003e\u003c/a\u003e\n## Configure\n\n### config.json\n\n|  Key     | Default Value   | Notes |\n| -------- | ------- | ----- |\n| LOG_LEVEL| \"INFO\"  | Sets logging level (DEBUG, INFO, WARNING) |\n| LOCAL_HOST | \"0.0.0.0\" | Proxy listening address |\n| LOCAL_POST | 4403 | Proxy listening port |\n| REMOTE_HOST | \"192.168.1.5\" | Host Address of your meshtastic node |\n| REMOTE_HOST | 4403 | Host Port of your meshtastic node |\n| RATE_LIMIT_MESSAGES | 5 | Amount of messages in timeframe |\n| RATE_LIMIT_TIMEFRAME | 60 | Timeframe in seconds |\n\n### Whitelist / Blacklist\n\nNodes can be white/black listed by entering the node id into the appropiate text files located in the config directory. Use `#` to comment lines out.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallangallop%2Fmeshproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallangallop%2Fmeshproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallangallop%2Fmeshproxy/lists"}