https://github.com/techgaun/protocol-tests
https://github.com/techgaun/protocol-tests
cowboy elixir internet-of-things mqtt phoenix plug websocket
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techgaun/protocol-tests
- Owner: techgaun
- Created: 2017-03-08T16:57:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T18:08:00.000Z (over 8 years ago)
- Last Synced: 2025-04-05T20:41:27.385Z (6 months ago)
- Topics: cowboy, elixir, internet-of-things, mqtt, phoenix, plug, websocket
- Language: Elixir
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protocol-tests
> Testing Websocket and MQTT with various configurations
- I used iftop and wireshark for analyzing network traffic.
- We're going to choose websocket with cowboy and plug as catch-all for routes. It would still be compatible with the system we have and still be good enough for bandwidth.
- With cowboy, we can still control certain details of how we want to format data.
- Phoenix provides ability to specify custom serializer