Skip to content
/ jsip Public

[WIP] - SIP Implementation based on protocol specifications in RFC3261

Notifications You must be signed in to change notification settings

jm4l1/jsip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsip

SIP project based on RFC 3261

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: export CXX=<path_to_g++9> && export CC=<path_to_gcc9> && cmake .. && make
  4. Run it: ./jjsip.

Tests

A suite of tests are provided in the test/ directory. A wide range of test are provided for various JSON parsing , generation and parsing functions.

About

[WIP] - SIP Implementation based on protocol specifications in RFC3261

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages