mirror of
https://github.com/jgoerzen/xbnet.git
synced 2025-03-13 11:34:00 -03:00
add badges
This commit is contained in:
parent
d3fbf0329d
commit
866d2b48e1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
tags: '*'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '23 1 * * 0'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
@ -24,7 +24,7 @@ description = "Run TCP/IP over XBee RF radio links"
|
||||
homepage = "https://github.com/jgoerzen/covid19db"
|
||||
repository = "https://github.com/jgoerzen/covid19db/"
|
||||
readme = "README.md"
|
||||
keyworkds = ["radio", "networking", "serial", "xbee"]
|
||||
keywords = ["radio", "networking", "serial", "xbee"]
|
||||
categories = ["embedded", "network-programming", "command-line-utilities"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -1,5 +1,8 @@
|
||||
# XBee Networking Tools
|
||||
|
||||
 
|
||||
|
||||
|
||||
This package is for doing fantastic things with your XBee device. You can, of course, already use it as a serial replacement, so you can run PPP and UUCP across it. XBee radios are low-cost, long-range, low-speed devices; with bitrates from 10Kbps to 250Kbps, they can reach many miles using simple antennas and low cost.
|
||||
|
||||
With xbnet, you can also run Ethernet across it. Or ZModem. Or TCP/IP (IPv4 and IPv6). SPX if you want? I guess so. SSH? Of course!
|
||||
|
Loading…
Reference in New Issue
Block a user