-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Arrow Client is an application used to simplify the process of connecting IP cameras to the Angelcam cloud services. The Arrow Client is meant to be shipped together with IP camera firmwares or as a standalone application for various devices such as Raspberry Pi. It can connect to RTSP services passed as command line arguments and optionally, it can be also compiled with a network scanning feature. This feature allows the client to scan all its network interfaces and find local RTSP services automatically. All such RTSP services can be registered within Angelcam cloud services under your Angelcam account without the need of a public IP address and setting up your firewall.
- Automatic RTSP and MJPEG service discovery
- Zero-conf IP camera connection
- Remote access to HTTP-based IP camera admin interfaces
- Connection to Angelcam cloud services secured using TLS v1.2
- Secure pairing with your Angelcam account
This application requires the following native libraries:
- OpenSSL
- libpcap (this dependency is optional, it is required only when the network scanning feature is enabled)
and the following Rust libraries (downloaded automatically on build):
- libc
- regex
- mio
- uuid
- time
- rustc-serialize
- openssl