Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 452 Bytes

File metadata and controls

38 lines (27 loc) · 452 Bytes

Node InSim - OutSim (TypeScript + ES Modules)

Requirements

  • Node.js v18
  • LFS

Installation

npm install

Connecting to LFS

Open cfg.txt in your LFS installation folder and edit the following lines:

OutSim Mode 1
OutSim Delay 10
OutSim IP 127.0.0.1
OutSim Port 30000
OutSim ID 1
OutSim Opts 0

Run the example app:

npm start

Production build

npm run build
npm run serve:production