Skip to content

dgallegob/docker_cmx_receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_cmx_receiver

This is a Python/Docker/Docker-Compose implementation of a Meraki Scanning API receiver.

  • cmxreceiver.py This is the flask cmx receiver. It's necessary to define SECRET (it must match the same secret set on the Meraki dashboard), VALIDATOR (validator taken from Meraki dashboard), PORT (receiver will be listening on this port) environment variables before running the script. The content of the HTTP POSTs is just printed as a part of the output of the script.
  • Dockerfile. File to build cmxreceiver docker image. The image can also be found on dockerhub.
  • docker-compose.yml. Docker compose file to have a cmx receiver with HTTPs. It uses ngrok image in order to support HTTPS. If you need another solution/docker-image to support HTTPS, modfiy ngrok_cmx section.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors