An open API service indexing awesome lists of open source software.

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.

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)