1
0
Fork 0
mirror of https://github.com/Luzifer/mimap.git synced 2024-10-18 04:34:20 +00:00
mimap/README.md
Knut Ahlers 47a6b1730e
Add meta files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-10-02 23:28:50 +02:00

1.1 KiB

Go Report Card

Luzifer / mimap

mimap is a small web application to receive map updates from a script running on opened Xiaomi Mi Vacuum robots decoupled from the Xiaomi cloud. The image generator is derived from the dustcloud image generator patched to resemble the map images used inside the Mi Home application.

Usage

  • Start the luzifer/mimap:latest image with exposed port and an attached volume:
    docker run --rm -ti -v /tmp/mimap:/data -p 3000:3000 luzifer/mimap:latest
    
  • Adjust the upload.sh script to upload the files to the mimap instance
  • Put the modified upload.sh script onto the vacuum
  • Execute the script with
    bash upload.sh
    
  • The map should be generated by the mimap instance and be available at http://localhost:3000/map.png