Hey guys,
Does anyone have any links to some (beginner) cool projects I can do in go and deploy on a Raspberry Pi?
评论:
miggimaggi:
joetsai:dns proxy for ad blocking: https://github.com/seedifferently/nogo
bio_risk:I had a bunch of relatively crappy D-Link DCS-930L wireless IP cameras that can dump pictures (upon sensing motion) to an FTP server.
I wrote a Go program to provide an FTP server endpoint and write the images to the SD card. It would also provided an HTTP endpoint where it would provided aggregated thumbnails of camera footage. All of this was running on a Raspberry Pi 3. The JPEG encoder was relatively slow, but it served its purpose as a basic security base-station.
When I started writing go, I created a project to control Pandora Radio on my Raspberry Pi. I have not touched it in a while, so it may need updating to work.
