Skip to content

A coordinate tracer for newworld-map.com. Coordinates are provided by ceN's Coordinate Tracker

License

Notifications You must be signed in to change notification settings

mpcen/newworld-map-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ceN's newworld-map.com coordinate tracer

This is a coordinate tracer for newworld-map.com. Coordinates are provided by ceN's Coordinate Tracker

How it works

The flow

  1. Node calls the powershell script to capture either lat/lng.
  2. Powershell takes the request and captures either lat/lng and sends the image bitmap back to node in a memory stream
  3. Node receives the bitmap, and sends it to Tesseract
  4. Tesseract does its best to parse the numbers from the image and returns it back to node
  5. Node gets the parsed data from Tesseract. If the text is valid, it sends it to clients connected to http://localhost:5000/events via an SSE

Running the application

  • run npm install
  • run npm start. This will start the react application on http://localhost:3000

License

  • This project is licensed under the MIT license
  • Tesseract is licensed under Apache 2.0 license

About

A coordinate tracer for newworld-map.com. Coordinates are provided by ceN's Coordinate Tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published