Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 649 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 649 Bytes

mstk_machine_client

A collection of programs designed to run on an RFID enabled Raspberry Pi which is integrated into a (premuim)makerspace tools. eg. CNC, laser cutter, 3D printers, etc.

It provides:

  • Access control based on various criteria
  • Integration with the machinetimed server for billing.
  • Maintenance Mode lockout
  • Error handling

It consists of 3 integrated programs:

  • A UI Written in Java 8
  • A Python daemon for controlling relays
  • Another Python daemon for reading RFID cards and providing an web endpoint.

Java Library deps (Maven):

cd.connect.common:connect-java-jackson:1.12
co.gongzh.procbridge:procbridge:1.0.22