1.0.34 • Published 3 years ago

fe-lib-pk10-node v1.0.34

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

fe-lib-pk10-node

Nodejs library to control lottery machine

  1. npm install
  2. node index.backup.js targetIP loop

How to setup

  1. npm install fe-lib-pk10-node
  2. npm install node-loader (https://www.npmjs.com/package/node-loader)
  3. add
    {
        test: /\.node$/,
        use: 'node-loader'
    }
    to webpack.config.js in module -> rules
  4. npm i -D electron-rebuild
  5. run -------------> ./node_modules/.bin/electron-rebuild <--------------- (4-5 ref: https://github.com/serialport/node-serialport/issues/1910)
  6. set -------------> app.allowRendererProcessReuse = false; <--------------- in main

How to Use the library in electron

    import PK10Control from 'fe-lib-pk10-node'

    var pk10Control = new PK10Control
    setInterval(pk10Control.execute, 0)
    pk10Control.checkStatus()

    var listenerPK10 = function listenerPK10(ball1, ball2, ball3, ball4, ball5, ball6, ball7, ball8, ball9, ball10) {
        console.log(ball1);
        console.log(ball2);
        console.log(ball3);
        console.log(ball4);
        console.log(ball5);
        console.log(ball6);
        console.log(ball7);
        console.log(ball8);
        console.log(ball9);
        console.log(ball10);
    }
    pk10Control.eventEmitter.addListener('receive_balls', listenerPK10)
1.0.33

3 years ago

1.0.34

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.22

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago