Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

FreifunkFranken/NetmonSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#NetmonSync Sync Netmon with LibreMap using mono

##Howto ###Install Mono Run this command on Ubuntu:

sudo apt-get install mono-devel

###Built Software

xbuild NetmonSync.sln

The compiled program you will find in Folder NetmonSync/bin/Debug/.

###Run Software This Parameter must be set on start:

Parameter Description Example
--netmon * URL to Netmon ending with "/" --netmon https://netmon.freifunk-franken.de/
--libremap * URL to LibreMap ending with "/" --libremap http://95.85.40.145:5984/libremap-dev/
--delay * Time in minutes waiting --delay 30
--log * Path to Logfile (optional) --log C:\log.txt
-d For DeamonMode (optional) -d

For FreifunkFranken Run this:

mono NetmonSync/bin/Debug/NetmonSync.exe --netmon https://netmon.freifunk-franken.de/ --libremap http://95.85.40.145:5984/libremap-dev/ --delay 10

About

Sync Netmon with LibreMap using mono

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published