CANopenNode / CANopenSocket

Obsolete repository, replaced by CANopenDemo and CANopenLinux
Apache License 2.0
208 stars 119 forks source link

add CANopen gateway within docker container #21

Closed geoffrey-vl closed 4 years ago

geoffrey-vl commented 4 years ago

By accepting this PR developers will be able to build their own docker container images that have the canopend daemon installed, allowing them to easily setup a CANopen gateway.

Also see #18

Things we can approve later on:

  1. reduce container size (we could try use arch linux as base)
  2. have more canopencomm variants in different languages: python, typescript/javascript, etc.
  3. auto build container image when new code is merged (see Docker hub builds, or github actions)
  4. auto push container image when new code is autobuild (see Docker hub builds, or github actions)
  5. have an official CANopenNode docker hub account