<p>Hey guys, </p>
<p>Does anyone have any links to some (beginner) cool projects I can do in go and deploy on a Raspberry Pi?</p>
<hr/>**评论:**<br/><br/>miggimaggi: <pre><p>dns proxy for ad blocking: <a href="https://github.com/seedifferently/nogo" rel="nofollow">https://github.com/seedifferently/nogo</a></p></pre>joetsai: <pre><p>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.</p>
<p>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.</p></pre>bio_risk: <pre><p>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.</p>
<p><a href="https://github.com/biorisk/panpigo" rel="nofollow">https://github.com/biorisk/panpigo</a></p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传