add badges

This commit is contained in:
John Goerzen 2020-09-25 18:53:36 -05:00
parent d3fbf0329d
commit 866d2b48e1
3 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,8 @@ on:
tags: '*'
pull_request:
branches: [ master ]
schedule:
- cron: '23 1 * * 0'
env:
CARGO_TERM_COLOR: always

View File

@ -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

View File

@ -1,5 +1,8 @@
# XBee Networking Tools
![build](https://github.com/jgoerzen/xbnet/workflows/build/badge.svg) ![docs](https://docs.rs/xbnet/badge.svg)
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!