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 ciThen build the application:
npm run buildAnd then you can run the app:
npm run startFirst, install the dependencies:
npm ciThen build the application:
npm run buildAnd then start application in PM2
pm2 start dist/packages/server/main.js --name rotomWhen pulling an update, if you see a change on the package-lock.json file, then you can run:
npm ciRebuild the app:
npm run buildThen you can restart the app.