shield-sim7000

Crates.ioshield-sim7000
lib.rsshield-sim7000
version1.0.0-alpha.2
sourcesrc
created_at2022-01-12 20:45:52.662923
updated_at2022-01-13 00:12:21.114488
descriptionThis crate provides clients for the SIM7000 series of shields.
homepage
repository
max_upload_size
id513009
size10,445
(lperdereau)

documentation

https://docs.rs/shield-sim7000/

README

build BSD 3-Clause licensed

Shield SIM7000

This crate provides clients for the SIM7000 series of shields.

Features Available (✅/❌)
HTTP
MQTT
TCP
GNSS
GSM

For development

You can use https://www.celersms.com/at-emulator.htm to Emulate a serial port. Update shell script and add 2001 to AT_PORT variable.

Install socat to transpose TCP socket into serial port

socat pty,link=/dev/virtualcom0,raw tcp:127.0.0.1:2001
Commit count: 0

cargo fmt