Vlynndar said:I still want a program to watch an RSS feed, change the characters to Morse and then blink that at me.
It can probably be done with a bash script using the morse program from the BSD games package
Code:
$ echo "hellolo" | morse -s
....
.
.-..
.-..
---
.-..
---
...-.-
now pipe this to a script that sets the leds and it's done.
The part that reads rss is left as a trivial exercise to the reader
Last edited by a moderator: