2.1.0 • Published 9 months ago
@novastar/net v2.1.0
@novastar/net
Net binding for @novastar/codec.
Go to API documentation.
Installation
Using npm:
$ npm install --save @novastar/net@next
or yarn:
$ yarn add @novastar/net@next
Usage:
import net, { findNetDevices } from '@novastar/net';
const [address] = await findNetDevices();
if (address) {
session = net.open(address);
}
const writeReq = new Request([255]);
writeReq.deviceType = DeviceType.ReceivingCard;
writeReq.address = 0x02000001;
await session.connection.send(writeReq);
// Close all network sessions
net.release();
2.1.0
9 months ago
2.0.0
9 months ago
2.0.0-alpha.12
9 months ago
2.0.0-alpha.11
2 years ago
2.0.0-alpha.9
3 years ago
2.0.0-alpha.7
3 years ago
2.0.0-alpha.8
3 years ago
2.0.0-alpha.3
3 years ago
2.0.0-alpha.5
3 years ago
2.0.0-alpha.6
3 years ago
2.0.0-alpha.2
3 years ago
2.0.0-alpha.1
3 years ago
2.0.0-alpha.0
3 years ago