Skip to content

airchive/sheep

Sheep

SIP client PoC written in JavaScript and sipml5 API.

Contents

Installing

Follow the steps below to make use of Sheep.

Ensure that you have the following dependencies installed:

Clone this repository:

git clone https://github.com/airchive/sheep.git

Move to certs folder and then create your certs using the following command:

openssl req -newkey rsa:2048 -new -nodes -x509 -days 365 -keyout key.pem -out cert.pem

Usage

After doing that, move to the root of the project and run:

npx http-server -S -C ./certs/cert.pem -K ./certs/key.pem

Enjoy your calls.

Resources

404

Contributing

Contributions and suggestions about how to improve this project are welcome! Please follow our contribution guidelines.

Support

If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:

GitHub Sponsors   Kofi

License

This repository is licensed under GPL-3.0 License.