https://github.com/airscripts/sheep
SIP client PoC written in JavaScript and sipml5 API.
https://github.com/airscripts/sheep
airscript airscripts javascript poc sip sipml5
Last synced: 21 days ago
JSON representation
SIP client PoC written in JavaScript and sipml5 API.
- Host: GitHub
- URL: https://github.com/airscripts/sheep
- Owner: airscripts
- License: gpl-3.0
- Created: 2021-11-24T09:44:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T11:38:49.000Z (almost 3 years ago)
- Last Synced: 2026-07-01T03:18:51.966Z (27 days ago)
- Topics: airscript, airscripts, javascript, poc, sip, sipml5
- Language: JavaScript
- Homepage: https://airscript.it
- Size: 222 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Sheep
SIP client PoC written in JavaScript and sipml5 API.
## Contents
- [Installation](#installation)
- [Usage](#usage)
- [Resources](#resources)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)
## Installing
Follow the steps below to make use of Sheep.
Ensure that you have the following dependencies installed:
- [Node.js](https://nodejs.org/en/)
Clone this repository:
```bash
git clone https://github.com/airchive/sheep.git
```
Move to certs folder and then create your certs using the following command:
```bash
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:
```bash
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](https://github.com/airchive/sheep/blob/main/CONTRIBUTING.md).
## 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:
## License
This repository is licensed under [GPL-3.0 License](https://github.com/airchive/sheep/blob/main/LICENSE).