bluenviron / mavp2p

flexible and efficient Mavlink router
MIT License
122 stars 31 forks source link

channel closed/open over and over #72

Open patrickelectric opened 1 month ago

patrickelectric commented 1 month ago

/usr/bin/mavp2p udps:127.0.0.1:8852 udps:0.0.0.0:14660 udpc:192.168.2.1:14550 udps:0.0.0.0:14550 udpc:127.0.0.1:14000 tcps:127.0.0.1:5777 --streamreq-frequency=10

I'm getting the following output:¨

2024/07/09 22:49:00 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:49:19 node disappeared: chan=udp:127.0.0.1:14000 sid=255 cid=0
2024/07/09 22:49:29 channel closed: tcp:127.0.0.1:60364
2024/07/09 22:49:30 channel closed: udp:192.168.2.1:14550
2024/07/09 22:49:30 channel opened: udp:192.168.2.1:14550
2024/07/09 22:49:30 node appeared: chan=udp:192.168.2.1:14550 sid=255 cid=190
2024/07/09 22:49:30 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:49:31 channel opened: tcp:127.0.0.1:33062
2024/07/09 22:50:01 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:50:31 channel closed: tcp:127.0.0.1:33062
2024/07/09 22:50:31 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:50:32 channel opened: tcp:127.0.0.1:33464
2024/07/09 22:51:01 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:51:31 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:51:32 channel closed: tcp:127.0.0.1:33464
2024/07/09 22:51:33 channel opened: tcp:127.0.0.1:33874
2024/07/09 22:52:02 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:52:33 channel closed: tcp:127.0.0.1:33874
2024/07/09 22:52:33 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:52:34 channel opened: tcp:127.0.0.1:34274
2024/07/09 22:52:39 node disappeared: chan=udp:192.168.1.24:14550 sid=255 cid=190
2024/07/09 22:53:04 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:53:06 channel closed: udp:192.168.1.24:14550
2024/07/09 22:53:34 channel closed: tcp:127.0.0.1:34274
2024/07/09 22:53:34 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:53:35 channel opened: tcp:127.0.0.1:34646
2024/07/09 22:54:04 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:54:34 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:54:35 channel closed: tcp:127.0.0.1:34646
2024/07/09 22:54:36 channel opened: tcp:127.0.0.1:35022
2024/07/09 22:54:37 channel opened: udp:192.168.1.24:14550
2024/07/09 22:54:37 node appeared: chan=udp:192.168.1.24:14550 sid=255 cid=190
2024/07/09 22:55:05 stream requested to chan=udp:127.0.0.1:42306 sid=1 cid=1
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 node disappeared: chan=udp:192.168.2.1:14550 sid=255 cid=190
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel opened: udp:192.168.2.1:14550
2024/07/09 22:55:13 channel closed: udp:192.168.2.1:14550

And the opened/closed goes on forever

friend0 commented 1 month ago

I see the same behavior