Skip to content
Ondřej Perutka edited this page Oct 9, 2019 · 9 revisions

Angelcam Connector (a.k.a. Arrow Client) is an application designed to simplify the process of connecting IP cameras to the Angelcam cloud. The connector 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 and MJPEG 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 and MJPEG services automatically. All such services can be registered within Angelcam cloud under your Angelcam account without the need of a public IP address and setting up your firewall.

Features

  • 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

Dependencies

This application requires the following native libraries:

  • OpenSSL 1.0.x or 1.1.x
  • libpcap 1.6.x or later
Clone this wiki locally