Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 325 Bytes

File metadata and controls

24 lines (15 loc) · 325 Bytes

Node InSim - InSim connection using UDP (JavaScript + CommonJS)

Requirements

  • Node.js v18
  • LFS

Installation

npm install

Connecting to LFS

Start LFS and type /insim 29999 to open the InSim port.

Run the example app:

npm start

The app connects to 127.0.0.1:29999 by default.