this post was submitted on 25 Apr 2025
1 points (100.0% liked)

The Rust Programming Language

40 readers
1 users here now

A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/frstyyy on 2025-04-25 09:48:02+00:00.


So, I had an extra tablet laying around, it's not really that performant to do anything and so I wanted to use it as a media visualizer/controller for my pc.

I looked for apps or anything that would allow me to do what I wanted, I didn't find any (Okay I didn't really research extensively and I thought it would be a cool project idea, sorry for the clickbait ig) so I built a server in rust which would broadcast current media details in my pc over the local network using socketio and exposed a client webapp in my local network as well. I made it a cli tool such that users can bring their own frontend if they want to as well.

Currently, it only works for windows btw. Rust newbie here so I'm open to suggestions.

Repo: Media Controller

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here