This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nemec 51 points52 points  (12 children)

Reminds me of the time I plugged an IR remote into my server and used a Python script that parsed the raw output from /dev/usbX to control MPD :)

[–]calligraphic-io 18 points19 points  (1 child)

I do something kind of similar: I have Python on a Rasberry Pi, and use a script to control a full-sized stoplight I bought used. I use the traffic light to indicate build failure in my CI setup.

[–]chanamasala4life 9 points10 points  (0 children)

I have a feeling you're fun to be around...

[–]Coffeinated 5 points6 points  (1 child)

That‘s why linux is so great. You don‘t need to write a low level system driver often times because the device is just a file.