Skip to content

nargetdev/zenoh-pico-example-platformio-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplified zenoh-pico example

usage

to compile different targets .. z_sub.ino .. z_pub.ino .. etc.

rename file in ./src/*.ino.disabled -> ./src/*.ino the builder will try to include any *.ino so make sure there is ONLY ONE

then ..

 pio run                       # just build
 pio run -t upload -e main     # upload

set your wifi and reference a zenohd router

 #define SSID "SSID" // <=== CHANGE ME
 #define PASS "pass" // <=== CHANGE ME

 #define MODE "client"
 #define CONNECT "tcp/192.168.4.213:7447" // <=== CHANGE ME

run a zenohd router somewhere on the LAN

 # run your router
 docker run --init --net host eclipse/zenoh:1.5.1

NOTES:

match your zenohd router tag with your zenoh-pico library tag .. in this case:

 lib_deps =
      http://github.com/eclipse-zenoh/zenoh-pico#1.5.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages