Spacephone: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Wizzup (talk | contribs)
Created page with "We're working on making the spacephone more useful in the space. Since it's always there and has a speaker, it's a good device for notifications. TBD"
 
Wizzup (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


TBD
TBD
Spacephone currently has IP: 10.209.20.60
<pre>
tail -n 1 -f \#techinc-spacephone/out | \
    while read -r date nick mesg; do
        nick="${nick#<}"
        nick="${nick%>}"
        espeak -v en+f4 "$mesg" -s 120
        PULSE_SERVER=mpd.ti espeak -v en+f4 "$mesg" -s 120
    done
</pre>
<pre>
~/bin/ii -s 81.18.73.124 -i irc/ -n spacephone
</pre>
Go IRC bot, compile with:
<pre>
GOOS=linux GOARCH=arm GOARM=6
</pre>
https://github.com/techinc/spacephone

Latest revision as of 11:14, 27 August 2018

We're working on making the spacephone more useful in the space. Since it's always there and has a speaker, it's a good device for notifications.

TBD

Spacephone currently has IP: 10.209.20.60

tail -n 1 -f \#techinc-spacephone/out | \
    while read -r date nick mesg; do
        nick="${nick#<}"
        nick="${nick%>}"
        espeak -v en+f4 "$mesg" -s 120
        PULSE_SERVER=mpd.ti espeak -v en+f4 "$mesg" -s 120
    done
~/bin/ii -s 81.18.73.124 -i irc/ -n spacephone


Go IRC bot, compile with:

GOOS=linux GOARCH=arm GOARM=6

https://github.com/techinc/spacephone