TheThingsArchive / api

Generated code for accessing The Things Network v2 API
MIT License
12 stars 8 forks source link

Fix protoc and Java class names #28

Closed htdvisser closed 6 years ago

htdvisser commented 6 years ago

This PR rewrites the Makefile to use a different protoc image, as the old one broke. It also fixes the class names for some Java protos, as those were causing random writes to generated files.

Most of this is generated code. Most of the work went into the https://github.com/htdvisser/protocontainer image, and the Makefile here.

I also changed utils/protoc-gen-gogottn/main.go to be the same as TheThingsNetwork/ttn/protoc-gen-gogottn (which was used by the old protoc image).