Skip to content

Source code of Linux daemon which checks open ports.

Notifications You must be signed in to change notification settings

Xhelios05X/networkportd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

networkportd

Netwotkportd is a UNIX daemon which checks states of network ports in system.

Description

Daemon uses a UNIX sockets to check that port is open or closed. When port changed status, networkportd logs info or warning into syslogd.

Installation

Makefile uses gcc compiler to compile the whole project.

git clone https://github.com/Xhelios05X/ports-daemon

make

./out.o

Usage

After compilation, networkportd is running as a daemon process. To see messages from daemon, you have to check logs from syslogd.

About

Source code of Linux daemon which checks open ports.

Topics

Resources

Stars

Watchers

Forks