Skip to content

Commit 10b4720

Browse files
committed
Small refinements, added more on OpenCN
1 parent 44b13e9 commit 10b4720

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

community/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ LinuxCNC](/docs/html/code/contributing-to-linuxcnc.html).
7070
## Forks
7171

7272
LinuxCNC has spawned derivative projects. You may be interested to learn about what is different to LinuxCNC with
73-
* [OpenCN](https://gitlab.com/mecatronyx/opencnc/opencn)
73+
* [OpenCN](https://mecatronyx.gitlab.io/opencnc/opencn/)
7474
- Different trajectory planner with focus on minimal variation of force imposed on spindle
75-
* [MachineKit](https://www.machinekit.io/) - addresses developers
75+
- [Asymmetric Multi-Processing](https://mecatronyx.gitlab.io/opencnc/opencn/architecture/architecture.html) (AMP) assigns individual CPU cores to particular functions to single-out one core with hard realtime activities that is not affected by the Linux kernel's soft interrupts
76+
* [MachineKit](https://www.machinekit.io/) - expected to appeal more to developers
7677
- Trying to decouple the parts into isolated functional blocks: The focus is no longer the CNC controller, but the CNC is just one application.
7778
There is - for example - the [hal\_ros\_control](github.com/tormach/hal_ros_control) for connecting to the [Robot Operating System](https://www.ros.org/).
7879
- The Machinetalk remote communication protocol
@@ -82,3 +83,4 @@ LinuxCNC has spawned derivative projects. You may be interested to learn about w
8283
Forks are much appreciated as a means to tailor LinuxCNC to the needs of our users.
8384
And forks foster steady improvements as all forks compete for eyeballs, ideas and implementations.
8485

86+
Please inform us about projects that should be added to this list.

0 commit comments

Comments
 (0)