Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 910 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 910 Bytes

ZmqTcpTranslator

ZMQ-TCP/IP translator Windows service for those who can't use ZMQ library for some reasons.

Introduction

ZmqTcpTranslator a Windows service that catch ZMQ-publisher's packets and send them to TCP/IP server by simple socket.

System requirements

There is no special requirements for this service. There are two conditions: ZMQ Publisher and working server, listening needed port for recieve data.

Installation

For installation the service run cmd (as Administrator), and run tcprectranslator.exe with –i parameter.

Start the service

To start the service - just start it from Windows Service manager. If you want to run service with specific parameters, you can find them in wiki.

Where are the logs?

By default, logs location is system32 folder (for x64 - SYSWOW64).