Skip to content

nesto-software/netum-serial-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netum QR-Scanner Service

This is a systemd service which receives the scan results from a netum device and opens a browser or performs another action like emulating keystrokes on scan.

Hardware

Netum C750

Install

NixOS

nix run github:nesto-software/netum-serial-driver

TODO: add nixos configuration for systemd unit

Manual (From Source)

  • Install git and check this repo out
  • Install nodejs, npm/yarn, firefox, default-jdk
  • Install node-gyp
  • Install a graphical environment
  • Install dependencies for this repository: yarn OR npm install
  • Install udev rules: mv 90-custom.rules /etc/udev/rules.d/90-custom.rules && udevadm control --reload-rules && udevadm trigger
  • Install systemd service unit: mv netum.service $HOME/.config/systemd/user/netum.service && systemctl start --user netum.service && systemctl enable --user netum.service

About

Opens QR Code URLs once scanned by a Netum device

Resources

Stars

Watchers

Forks