A python multi-access (edge) fog computing mobile crowd-sensing simulator. The current version from a given place creates a user movements list of events and a series of tasks. Subsequently, it computes how many users are able to perform each task on the basis of their distance from the latter. This is what the simulator does, in a nutshell. It works with python 3.x versions. Additional libraries are required: osmnx, r-tree, tqdm, haversine. They can be easily installed with pip or looking for them at the following link: https://www.lfd.uci.edu/~gohlke/pythonlibs/
Extra functionalities have yet to be implemented. Upgrades will be released as soon as possible.