Skip to content
/ jpkt Public

C library that provides network packets to the user application in JSON format.

License

Notifications You must be signed in to change notification settings

inPhraZ/jpkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpkt (JSON packet)

C library that provides network packets to the User Application in JSON format.

Requirements

  • libpcap
  • json-glib

Build

CMake

$ git clone https://github.com/inPhraZ/jpkt.git
$ cd jpkt
$ mkdir build && cd build
$ cmake ..
$ make -j$(nproc)

make

$ git clone https://github.com/inPhraZ/jpkt.git
$ cd jpkt
$ make -j$(nproc)

About

C library that provides network packets to the user application in JSON format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published