summaryrefslogtreecommitdiff
path: root/content/tech/internet-is-magic.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/tech/internet-is-magic.md')
-rw-r--r--content/tech/internet-is-magic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/tech/internet-is-magic.md b/content/tech/internet-is-magic.md
index 1d21027..ab72bad 100644
--- a/content/tech/internet-is-magic.md
+++ b/content/tech/internet-is-magic.md
@@ -23,7 +23,7 @@ Awesome! Let's connect the ponies to the world wide web.
_Not much to see here_
-I wrote a quick-and-dirty Arduino sketch, [uploaded it]({% post_url 2015-10-14-esp8266%}) and was able to control the LEDs via netcat. You can find the sketch [here](https://git.schneefux.xyz/?p=internet-is-magic;a=blob;f=luminate.ino;hb=HEAD).
+I wrote a quick-and-dirty Arduino sketch, [uploaded it]({% post_url 2015-10-14-esp8266%}) and was able to control the LEDs via netcat. You can find the sketch [here](https://git.schneefux.xyz/electronics/internet-is-magic/src/master/luminate.ino).
![Twilight glows](/images/internet-is-magic/twilight-glow.jpg)
@@ -31,7 +31,7 @@ _The cables in the background supply power._
And now comes the fun part. Both of my friends chat with me via [Telegram](https://telegram.org). Unlike WhatsApp, Telegram has an open API that allows me to easily receive their online status.
-I installed the [telegram-cli](https://github.com/vysheng/tg) client on my [Raspberry Pi](https://raspberrypi.org), a cheap and small computer, and set up an autostart script. telegram-cli runs in bot mode, a python script updates the LEDs every minute. I uploaded the script [here](https://git.schneefux.xyz/?p=internet-is-magic;a=blob;f=client.py;hb=HEAD).
+I installed the [telegram-cli](https://github.com/vysheng/tg) client on my [Raspberry Pi](https://raspberrypi.org), a cheap and small computer, and set up an autostart script. telegram-cli runs in bot mode, a python script updates the LEDs every minute. I uploaded the script [here](https://git.schneefux.xyz/electronics/internet-is-magic/src/master/client.py).
So whenever my friends are online, their corresponding pony starts to glow.