-
I recently had a SE10000H-US installed and noticed when I visit the IP address of the inverter it has a status page with some high level information (although no specifics about each optimizer). I se…
-
For the sake of rapid prototyping, clients and Freddie currently speak to each other using JSON as an interchange format. We must use Protocol Buffers instead.
This is pretty important. Since w…
-
I did some preliminary investigation into writing proto
files instead of manually constructing the wire protocol, but only with some messages sent by the headunit to the phone so far.
For example in…
-
It looks like we are using Protocol Buffers syntax version 2:
- https://github.com/wireapp/generic-message-proto/blob/master/proto/messages.proto#L1
There is already a [Protocol Buffers Version 3 …
-
Ad support for Protocol Buffers 2.6.0 if not already functional.
ghost updated
9 years ago
-
I'm on node v8.4.0
Install is ok. But getting the following error when trying to start my local server:
```
Error: Cannot find module 'protocol-buffers'
at Function.Module._resolveFilename (…
-
The client and server should support Protocol Buffers (https://developers.google.com/protocol-buffers/).
Although protobuf is technically supported (everything is a byte array after all), we should…
-
The [protocol buffers encoding specification](https://developers.google.com/protocol-buffers/docs/encoding#optional) says:
> Normally, an encoded message would never have more than one instance of …
-
**Feature description:**
Introduce TypeScript support to the `protovalidate` library for performing runtime validation of Protocol Buffers messages in TypeScript projects. This was a feature request …
-
### Validations
- [ ] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://githu…