A connector to connect MITM and other applications (eg a scanner).
Default configuration accepts inbound connections from devices on port 7070 and accepts inbound connections from raw processors on port 7071 and marries the two.
There is a file config/default.json
- copy this to config/local.json
to override these
port settings
First, install the dependencies:
npm ci
Then build the application:
npm run build
And then you can run the app:
npm run start
First, install the dependencies:
npm ci
Then build the application:
npm run build
And then start application in PM2
pm2 start dist/packages/server/main.js --name rotom
When pulling an update, if you see a change on the package-lock.json
file, then you can run:
npm ci
Rebuild the app:
npm run build
Then you can restart the app.