Skip to content

morihofi/er750-scanner-walk-thought

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scanner-Walk-Through - a GNetPlus Library for Java

Overview

The GNetPlus Library is a proof of concept (PoC) designed to facilitate the integration and manipulation of access control devices, specifically targeting compatibility with the GNetPlus protocol developed by Giga-TMS. This library serves as a bridge for developers looking to implement access control features such as LED/Buzzer control and relay operations in their applications.

It encapsulates the complexities of the GNetPlus protocol, offering a simplified API for easy interaction with devices like the Promag ER750. While primarily tested with the Promag ER750, this library may also be compatible with other devices following the GNetPlus protocol.

Features

  • Scanner Emulation Server: Simulates access control devices, allowing for the testing and development of applications without the need for physical hardware.
  • LED/Buzzer Control: Offers functions to manipulate the LED and Buzzer of an access control device, providing immediate feedback mechanisms.
  • Relay Control: Enables control over relays, facilitating the locking and unlocking mechanisms typically associated with access control systems.
  • GNetPlus Protocol Compatibility: Implements key aspects of the GNetPlus protocol as defined by Giga-TMS, incorporating both documented features and additional capabilities discovered through reverse engineering.
  • Simple API: Designed with ease of use in mind, the API abstracts protocol complexities, making it straightforward for developers to integrate access control features into their applications.
  • Tested with Promag ER750: While the library is developed and tested primarily with the Promag ER750 reader, it aims for broader compatibility with devices adhering to the GNetPlus protocol.
  • CRC Check

Interesting stuff I used

Usage

Just look at the Main class file, should be self explaining.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages