Skip to content

5l1v3r1/server-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFCGate Server

This is the NFCGate server application using Python 3 and the Google Protobuf library, version 3.

To run, simply start the server using python server.py. You can then connect to the server using the IP address of your device and the default port of 5566.
The server features a plugin system for data filtering. When starting the server, you can specify a list of plugins to be loaded as parameters, e.g. python server.py log. For an example, see the shipped mod_log.py plugin.

About

The server application for the NFCGate app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%