Skip to content

The Homeway Addon To Server Protocol Definition

License

Notifications You must be signed in to change notification settings

homewayio/Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeway's Logo

Secure. Private. Free.

  • 🚀 Free. remote access to your full Home Assistant
  • 🔭 Private. We don't store any of your data in our cloud and will never sell or share your information.
  • Fast. Built on a worldwide server network to provide the lowest latency and fastest experience possible.
  • 🤖 Assistants. Google Assistant and Amazon Alexa assistant support.

Try Homeway Now!

Get set up and running in under 20 seconds! Check out GitHub add-on page, here.

Homeway Protocol

This repo holds the Homeway plugin to service protocol based on flatbuffers. This protocol is the main communication pipeline for all http streams and websockets... it's where the magic happens.

Support

We are happy to invite other developers to play with or build off this protocol. However, we don't guarantee future comparability with services, so use at your own risk. :)

Why Did We Fork Flatbuffer?

This project is based on our sister's project's forked version of flatbuffers. You can find the details here:

https://github.com/QuinnDamerell/octoflatbuffers/blob/octobuffers/readme.md

Generate Some Code!

Run: .\Gen.cmd

(sorry that it's a .cmd)