ccloquet / ShowMe

Let a citizen send a picture to the 112 / 911 / 999 PSAPs, on invitation from the dispatcher
MIT License
2 stars 0 forks source link
112 911 civil-security dispatching images live-streaming ng112 phone-cpr psap public-safety-answering-points rescue video video-cpr web-rtc webrtc

showme

Let a citizen send a live video or a picture to a 112 / 911 public safety answering point (PSAP), on invitation from the dispatcher - Lightweight solution

Kinda photowall, for emergency services.

Ask for a demo via https://showme.my-poppy.eu

Proof of concept, quick and dirty (really...), with a bit of security

  1. The dispatcher connects to the interface of its organization
  2. The dispatcher sends a link by SMS to the citizen.

either: live streaming

  1. The citizen turns mobile data on, clicks on the link and allows for cam and mic use
  2. The P2P stream is sent to the dispatching
  3. The server validates the remote peerid and answers the call
  4. The stream is displayed in the browser

or: sending a picture

  1. The citizen turns mobile data on, clicks on the link and takes a picture
  2. The picture is sent to the server
  3. The server validates the data received (image and key)
  4. The dispatcher sees the picture in reverse chronolocical order after a couple of seconds.

If you are looking for a geolocation solution, a project like Geoloc18_112 (Twitter: @geoloc18_112) might be worth trying.

Installation

Structure

Configuration

Troubleshooting

How does the security part works

We could also think to a password, but this would be to the detriment of the UX, is it worth here ?

Note

Handling of stability issues

Libraries used