Create a app to do p2p connection

Hi,

I’m searching a way to create a app with p2p connection (peer to peer) with Ionic 2. I wanna create to display my surveillance cameras, there are many apps to do this, but I wanna create my own, to put anothers informations together in app.

Have you any idea how can I do this? Just insert serial number, login and password of dvr and show all cameras.

Thanks.

This totally depends on how these cameras offer their data via an API. You will have to find out and find a library in Javascript that enables you to “consume” that data.