Skip to content

horngyih/camel-printer-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camel Netty Virtual Network Printer

Introduction

The idea is to use Camel-Netty4 to implement a TCP Server that masquerades as a Network Printer and receive documents via the Print command. The documents can then be processed via various routes to be acted on.

In the Qikres Suite - this could potentially be used to trigger a switch over to the QikDesk App for Guest Registration from un-interfaced Property Management Systems (PMS).

Initial Concept

PMS->VirtualNetworkPrinter : Print Guest Details
note over PMS, VirtualNetworkPrinter : via TCP/IP Printer Port
VirtualNetworkPrinter->ProcessingRoutes : Receive Document and Route
ProcessingRoutes->DocumentParser : Find appropriate parser
DocumentParser->RouteAction : Route to Action router
RouteAction->Action : Fires to the Appropriate Action

About

A simple implementation of a Virtual Network Printer implemented with Camel-Netty4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published