The MapsforgeSrv is a local webserver providing rendered mapsforge map tiles. http://wiki.openstreetmap.org/wiki/Mapsforge The tiles are rendered every time on-the fly when requested
The description of this tool you find at the orign page: https://sourceforge.net/p/mobac/code/HEAD/tree/trunk/tools/MapsforgeSrv/
Whats different to the orign?
1. mapsforge libs updated from 0.6.0 to 0.10.0
2. updates all other libs to latest versions
3. build system "gradle" for easier libs management.
4. new command line interface: -m mapfile -t themefile(optinal) -l language(optional)
5. port selection(optional). eg -p 8081
6. interface selection(optional) -if [all,localhost]
7. language selection(optional) -l EN
longest example: java -jar path2jarfile\MapsforgeSrv.jar -m path2mapfile -t path2themefile -p 8080 -if all -l EN
1. -m path to the mapfile this is mandetorry
2. -t path to the themefile. this is optional, without the internal theme is used
3. -p port to listen. this is optional, without 8080 is used
4. -if interface listen on. this is optional, without localhost is used. possibilities -if all -if localhost
with "-if all" its useful to run on a server. raspberry runs nice.
5. -l preffered language if availible in the map file