Philipp Oppermann
c9b2d92ac4
Add support for git repo sources for nodes
1 year ago
Mati-ur-rehman-017
ef3f988dc4
Fixed D417 and remove file
1 year ago
Mati-ur-rehman-017
5e25cb52fc
Only D417 error remain
1 year ago
Mati-ur-rehman-017
3332c0a1ce
Fixed D100 issues
1 year ago
Mati-ur-rehman-017
c461c11542
added_generic_documentation_to files
1 year ago
Mati-ur-rehman-017
259451ff10
.tomlFixes
1 year ago
Mati-ur-rehman-017
236d024767
fixed_toml
1 year ago
Mati-ur-rehman-017
dd4de848ac
fixed #828
1 year ago
Haixuan Xavier Tao
0310d5b65d
#807 Fixed ( #818 )
Fixed using Automated Script
1 year ago
haixuantao
567ee66f14
Improve documentation on adding new node to the node-hub
1 year ago
7SOMAY
20781fb4e2
#807 Fixed
1 year ago
Shar-jeel-Sajid
2c70244418
automatic clippy fix
1 year ago
Shar-jeel-Sajid
a049e97e7c
clippy linting automatic fix
1 year ago
haixuanTao
5e3be6f539
Reduce minimal dependency to avoid breaking change
1 year ago
haixuanTao
353b8312fe
Bump dora to version 0.3.10
1 year ago
haixuanTao
17cbba2da3
Bump version to 0.3.10-rc3
1 year ago
haixuantao
196bed3454
Add support for uv within runtime node
1 year ago
haixuantao
649902783c
Fix CI/CD
1 year ago
haixuantao
1a35193ae7
Fix dependency installation on template
1 year ago
haixuantao
222e65b3e1
Fix typo
1 year ago
haixuantao
8617357fe4
Add uv at the beginning of installation instruction
1 year ago
haixuanTao
02e1bd35dd
Make priority to use uv installed packaged
1 year ago
Philipp Oppermann
e7c8048bf9
Finish coordinator connection in all error cases
Still log unexpected errors
1 year ago
Philipp Oppermann
a21510ff54
Finish coordinator connection in more error cases
1 year ago
Philipp Oppermann
a692c2ee5b
Log in coordinator when dataflow is finished
1 year ago
Philipp Oppermann
29ce4ea7e5
Introduce logger structs to forward more log messages
1 year ago
Philipp Oppermann
ec4f229094
Forward more daemon log messages to CLI
1 year ago
haixuantao
efe0cffe9d
Remove chrono pinning
1 year ago
haixuantao
0edbcf2505
Pin chrono version
1 year ago
Philipp Oppermann
68d09a1c0c
Merge branch 'main' into zenoh-daemon
1 year ago
Philipp Oppermann
39519c5ed6
Debug: Print error kind if daemon listener spawning fails
1 year ago
haixuantao
961a1dcb79
Add `uv` within start cli command
1 year ago
Philipp Oppermann
62eebe56b4
Set default log level to INFO for coordinator and daemon
but keep zenoh log level at WARN level
1 year ago
Philipp Oppermann
faf6e3ef7c
Error on daemon registration if machine ID is not unique
1 year ago
Philipp Oppermann
8f87659b4f
Don't error if local listen port is already in use
1 year ago
Philipp Oppermann
b2af5a0af0
Properly disconnect daemons that exited in coordinator
Send an exit message from the daemon to the coordinator on exit. This enables the coordinator to disconnect the daemon properly instead of waiting for a missed heartbeat signal.
1 year ago
Philipp Oppermann
bc473f7daa
Exit daemon on ctrl-c after all dataflows are stopped
Before we only stopped all dataflows, but then kept on running.
1 year ago
Philipp Oppermann
b569474c75
Remove commented-out check
1 year ago
Philipp Oppermann
adcc4756fa
Load zenoh config from `ZENOH_CONFIG` env variable if set
1 year ago
Philipp Oppermann
3495677a22
Add config option to publish all outputs to zenoh
This can be useful for debugging
1 year ago
Philipp Oppermann
87f911a719
Fix: Calculate mapping info first, then set up subscriptions
We need to loop over the nodes twice because the subscription setup requires full mapping info. Otherwise some subscriptions might be missing when we process the target node before the source node.
1 year ago
Philipp Oppermann
92bd73d01b
Log publish and subscribe topics
1 year ago
Philipp Oppermann
3fb11ee7d8
Fix typos: deamon -> daemon
1 year ago
Philipp Oppermann
0db2fff2e9
Merge branch 'main' into zenoh-daemon
1 year ago
Philipp Oppermann
934c6c4880
Fix: Record node result when spawn fails
1 year ago
Philipp Oppermann
926e8817a2
Fix node stopping when error occurs during spawn
1 year ago
Philipp Oppermann
2527ba6ff3
Improve log output
1 year ago
Philipp Oppermann
2080b4aa86
Add more logging in daemon
1 year ago
Philipp Oppermann
1c3c71b867
Log when sending AllNodesReady message
1 year ago
Philipp Oppermann
d5307b9acb
Don't check dataflow in coordinator
1 year ago