The-Pokemod-Group / Rotom

Rotom Fork with QoL mods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotom (MITM Connector)

A connector to connect MITM and other applications (eg a scanner).

Config

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

Starting

First, install the dependencies:

npm ci

Then build the application:

npm run build

And then you can run the app:

npm run start

PM2

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

Updating

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.

About

Rotom Fork with QoL mods


Languages

Language:JavaScript 62.7%Language:TypeScript 36.9%Language:HTML 0.1%Language:Dockerfile 0.1%Language:Shell 0.1%