crabmusket / gosunspec

SunSpec domain model and use cases for Go. UNMAINTAINED
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Fixup references to eightyeight. #1

Closed jonseymour closed 7 years ago

jonseymour commented 7 years ago

Some of the go package references still refer to the old location of the package.

This commit updates them to refer to the current name.

crabmusket commented 7 years ago

Ah, I forgot that name change would come back to bite me. Thanks for noticing! Are you interested in Sunspec?

jonseymour commented 7 years ago

I need to write some golang code to read and write to some devices whose address spaces are laid out according to SunSpec. I am planning to use goburrow/modbus to read and write Modbus RTU across an RS485 link.

I am thinking I will probably need a complete version of your Go code generator to generate Go struct representations of each model/block. Ideally all the point model info would be retained in Go member tags.

Do you have any near term plans to complete the Go code generator yourself?

crabmusket commented 7 years ago

Unfortunately I don't have any near-term plans. I was working on this as a hobby but other things have taken over my free time! I'd love to get back to it but I don't think it will happen soon.

I hadn't quite worked out how it would be best to represent Sunspec data as Go datatypes, but the idea was to generate them all from the Sunspec XML data (as you can probably tell).