A centralized server for managing printer devices across multiple locations
This server connects with Cloud Printer Clients (CPCs) using Socket.IO, allowing for real-time communication and printing commands.
The system architecture includes:
The following REST API endpoints are available:
Register a new printer device with the server
List all connected printer devices
Send a command to a specific printer
Send a command to all connected printers
All API endpoints require authentication using the x-api-key header.
Try out the Cloud Printer Client demo to see how printers connect to this server:
Launch Printer Client Demo