Skip to content

go-fiovb: initial version#1

Draft
nickvissers wants to merge 4 commits intomainfrom
go-fiovb-library
Draft

go-fiovb: initial version#1
nickvissers wants to merge 4 commits intomainfrom
go-fiovb-library

Conversation

@nickvissers
Copy link
Contributor

No description provided.

@nickvissers nickvissers self-assigned this Jan 12, 2024
@nickvissers
Copy link
Contributor Author

nickvissers commented Jan 12, 2024

  • Update tag to v1.0.0, when accepted and merged
  • Update modbus-smartgrid reference
  • Update communication reference
  • Update bspc reference

@nickvissers nickvissers marked this pull request as ready for review January 12, 2024 15:25
@nickvissers nickvissers requested a review from bravl January 12, 2024 15:25
@nickvissers nickvissers changed the title Go fiovb library go-fiovb: initial version Jan 12, 2024
Copy link
Member

@bravl bravl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be interesting to also add dependabot. This way it's easy to keep dependancies up to date.

}
}

func read(name string) error {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: could you move this above main. So that the main is always the bottom fuction.
This makes it easier for new developers to know where to start.

)

var (
clockSeqAndNode = [8]byte{0x80, 0x02, 0x7b, 0x20, 0xf1, 0xc9, 0xc9, 0xb1}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a small comment about this 8 byte magic value

@nickvissers nickvissers marked this pull request as draft January 25, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants