Usermodding from afar

  1. I have a website, in which i want to send a packet thats structured as so: {FFFFFF, etc etc etc.
    How would I receive it from WLED
    I have an idea, however im not sure how it would work. My idea is to create a usermod and then keep my computer nearby, and somehow connect to it, however, the problem is i dont know how to do this. Im using a 16x16 matrix and a dig2go

You might want to look at this usermod GitHub - hughc/wled-pixelart-client: a WLED usermod to load pixelart images into matrices and the server GitHub - hughc/pixel-art-server: node js server to serve images to WLED

Yeah, but how do I send the images quickly/make my own server?

Use the server linked above