https://github.com/ohcnetwork/teleicu_middleware
Middleware to help tunnel CCTV Streams and ONVIF APIs for TeleICU.
https://github.com/ohcnetwork/teleicu_middleware
Last synced: 9 months ago
JSON representation
Middleware to help tunnel CCTV Streams and ONVIF APIs for TeleICU.
- Host: GitHub
- URL: https://github.com/ohcnetwork/teleicu_middleware
- Owner: ohcnetwork
- License: mit
- Created: 2021-11-02T14:39:03.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-05T02:14:48.000Z (over 1 year ago)
- Last Synced: 2025-08-22T19:51:11.197Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 619 KB
- Stars: 4
- Watchers: 6
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teleicu Middleware
Middleware to help tunnel CCTV Streams and ONVIF APIs for TeleICU.
---
## Installation
In the project directory, you can run:
```
// Install dependencies
$ npm install
// Start server
$ npm start
// Start server - watch mode
$ npm run dev
```
## Documentation
Swagger documentation - [http://localhost:8090/docs/](http://localhost:8090/docs/)
Setting up middleware - [Middleware Deployment](https://docs.coronasafe.network/care-software-deployment/hospital-server-setup/introduction)
Adding a Camera Feed - [Camera Integration](https://docs.coronasafe.network/care-software-deployment/hospital-server-setup/camera-integration)