https://github.com/jgoerzen/lorapipe
Pipe applications and networks over long-range LoRa radios
https://github.com/jgoerzen/lorapipe
Last synced: 24 days ago
JSON representation
Pipe applications and networks over long-range LoRa radios
- Host: GitHub
- URL: https://github.com/jgoerzen/lorapipe
- Owner: jgoerzen
- License: gpl-3.0
- Created: 2019-10-30T01:01:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T14:46:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T04:04:09.165Z (24 days ago)
- Language: Rust
- Size: 89.8 KB
- Stars: 72
- Watchers: 6
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# LoRa LoStik Pipe & Networking Tools
So you have a fantastic long-range LoRa device, such as a Lostik, and
you'd like to be able to do Unixy things with it -- maybe pipe stuff
across the radio, maybe run a network over it. That's what this is
for.Please see the [comprehensive documentation](https://github.com/jgoerzen/lorapipe/blob/master/doc/lorapipe.1.md).
This requires a [LoStik](https://ronoth.com/lostik) or other Microchip
RN2903- or RN2483-based or device that has been updated to firmware 1.0.5. Details
in the documentation.I wrote an
[introduction](https://changelog.complete.org/archives/10042-long-range-radios-a-perfect-match-for-unix-protocols-from-the-70s)
and a [follow-up about
TCP/IP](https://changelog.complete.org/archives/10048-tcp-ip-over-lora-radios)
on my blog.My [xbnet](https://github.com/jgoerzen/xbnet) project is an adaptation of lorapipe for use with XBee radios, and supports TCP/IP over virtual tun devices as well as Ethernet frames over XBee with tap.
# Copyright
Copyright (C) 2019 John Goerzen
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .