Skip to content

Files

Latest commit

8d1243f · May 14, 2024

History

History
16 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 561 Bytes

omada_respondd

This queries the API of a Omada controller to get the current status of the Accesspoints and sends the information via the respondd protocol. Thus it can be picked up by yanic and other respondd queriers.

Overview

Loading
graph TD;
	A{"*respondd_main*"} -->| | B("*omada_client*")
    A -->| | C("*respondd_client*")
	B -->|"RestFul API"| D("omada_controller")
    C -->|"Subscribe"| E("multicast")
    C -->|"Send per interval / On multicast request"| F("unicast")
    G{"yanic"} -->|"Request metrics"| E
    F -->|"Receive"| G