Skip to content

A java-based server application which receives logging messages sent by MiniSIP

Notifications You must be signed in to change notification settings

csd/minisip-logging-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiniSIP Logging Server

This is the logging server which receives logging messages from minisip clients.

This folder contains following;

--src
----The source folder (java source files) 
----server startup shell script

--build.xml
	This is the Ant build file

Compile and Run

Prerequisites
	java
	apache ant

Compile and Build 
	in the root folder use "ant dist"
	this will create a jar archive in dist/lib and bin which containing the shell script

Run
	To run the server go to bin folder and run "./logging-server-{version}.sh -p port -d log_directory
	where port is the port number the logging server needed to listening for logs (default 2222)
	log_dirctory is the directory which saves the log files		default (minisiplogs)

About

A java-based server application which receives logging messages sent by MiniSIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published