# Syndicated Device Event Broadcaster An actor for broadcasting Linux Kernel uevents. Intended as part of native a device manager for [Synit](https://synit.org). This is not a replacement for udev/eudev or mdev/mdevd. Message Schema is at [./uevent.prs](./uevent.prs). If you are looking for documentation on how to parse and handle Linux uevents, please let me know when you find it. Example Syndicate server configuration: ``` ? [ > ? ?cap> [ $cap { machine: $machine } ] ] ``` Example message stream: ``` ,uevent "hidraw" "/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:248A:5B2F.0011/hidraw/hidraw2" add {DEVNAME: "hidraw2", MAJOR: 247, MINOR: 2} 3980> ```