example to take LoRa packet and output over UDP

This commit is contained in:
Joel Wetzell
2026-04-27 19:06:01 -05:00
parent cf5fcf7432
commit 5c0c9d0a93
3 changed files with 303 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
module lilygot3s3
go 1.26.2
require (
github.com/jwetzell/osc-go v0.3.0
tinygo.org/x/drivers v0.35.0
tinygo.org/x/espradio v0.1.0
)
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/soypat/lneto v0.1.1-0.20260425023453-aa77403a2b32 // indirect
)
replace tinygo.org/x/drivers => /Users/jwetzell/Projects/drivers
replace tinygo.org/x/espradio => /Users/jwetzell/Projects/espradio