Skip to content

Releases: spoonhasi/deemesh

deemesh-sdk 1.0.0

Choose a tag to compare

@spoonhasi spoonhasi released this 03 Aug 18:55

First public release of deemesh — one FFI interface for CNC equipment, freeware.

  • Protocols: Fanuc FOCAS2 (nc_focas2_fanuc) · Siemens Sinumerik OPC-UA (nc_opcua_siemens, tested against 840D)
  • Contents: native libraries for Windows 32/64-bit and Linux 64-bit, the C header, and documentation (KO/EN)
  • The C ABI is frozen for the 1.x line — a newer 1.x library is a drop-in file replacement
  • See docs/CHANGELOG.md inside the archive for details

SHA-256 checksums are attached alongside the archive.
Machine-side prerequisites (Fanuc FOCAS2 library / Siemens OPC-UA option) are described in the repository README.

deemesh-hub 1.0.0

Choose a tag to compare

@spoonhasi spoonhasi released this 03 Aug 18:59

First public release of deemesh-hub — a standalone HTTP server built on deemesh, freeware.

Pick the archive for your platform (each is self-contained — a single binary, no separate SDK needed):

  • deemesh-hub-1.0.0-win-x64.zip — Windows 64-bit
  • deemesh-hub-1.0.0-win-x86.zip — Windows 32-bit (use this if your Fanuc library is fwlib32.dll)
  • deemesh-hub-1.0.0-linux-x64.tar.gz — Linux 64-bit

Embedded deemesh SDK: 1.0.0. SHA-256 checksums are attached alongside each archive.