Skip to content

v4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 19:04
· 64 commits to master since this release

4.1.0 (2024-04-04)

Features

  • insim: support connection via UDP (7d7e794), closes #34
const inSim = new InSim();

inSim.connect({
  IName: 'Node InSim App',
  Host: '127.0.0.1',
  Port: 29999,
  ReqI: IS_ISI_ReqI.SEND_VERSION,
  Admin: '',
  Protocol: 'UDP',
});