You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Exports: CANopen electronic data sheets in EDS or XDD format, documentation, CANopenNode C source files and more.
9
9
- Interfaces: GUI editor for CANopen Object Dictionary, Device information, etc. CLI client for simple conversions.
10
10
11
-
CANopen is the internationally standardized (EN 50325-4) ([CiA301](http://can-cia.org/standardization/technical-documents)) higher-layer protocol for embedded control system built on top of CAN. For more information on CANopen see http://www.can-cia.org/.
11
+
CANopen is the internationally standardized (EN 50325-4) ([CiA301](https://can-cia.org/cia-groups/technical-documents)) higher-layer protocol for embedded control system built on top of CAN. For more information on CANopen see http://www.can-cia.org/.
12
12
13
13
[CANopenNode](https://github.com/CANopenNode/CANopenNode) is a free and open source CANopen Stack.
14
14
15
15
Repository structure
16
16
--------
17
17
This repository is home to three projects:
18
-
-[LibEDSsharp](https://github.com/CANopenNode/CANopenEditor/blob/docs/libEDSsharp/README.md), a C# library for EDS files manipulation which went upstream and is now maintained in this repository.
19
-
-[A CLI](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSSharp/README.md), used for simple conversions across all supported formats.
20
-
-[A GUI](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSEditorGUI/README.md) for full manipulation of your CANopen files [which is being rewritten to be more multi platform](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSEditorGUI2/README.md).
18
+
-[LibEDSsharp](https://github.com/CANopenNode/CANopenEditor/blob/main/libEDSsharp/README.md), a C# library for EDS files manipulation which went upstream and is now maintained in this repository.
19
+
-[A CLI](https://github.com/CANopenNode/CANopenEditor/blob/main/EDSSharp/README.md), used for simple conversions across all supported formats.
20
+
-[A GUI](https://github.com/CANopenNode/CANopenEditor/blob/main/EDSEditorGUI/README.md) for full manipulation of your CANopen files [which is being rewritten to be more multi platform](https://github.com/CANopenNode/CANopenEditor/blob/main/EDSEditorGUI2/README.md).
0 commit comments