README
Fog Server
This is the intermediate server that lives on the Raspberry Pi, and intercepts web socket packets coming from the open internet. We then have the server emit events so that we can take action accordingly.
Fog server implementation
<script type="module">
import wsfogserver from 'https://cdn.skypack.dev/wsfogserver';
</script>
This is the intermediate server that lives on the Raspberry Pi, and intercepts web socket packets coming from the open internet. We then have the server emit events so that we can take action accordingly.