GitXplorerGitXplorer
p

modus-tr69-client

public
3 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
fc554ef003dfc97ac78c38cbcfd847ee0a7527bb

s/maven/mvn/

committed 8 years ago
Unverified
4d00779a17f93abbdaed5c45f721af4d34c20bbc

ignore target

committed 8 years ago
Unverified
0f398064b30a7ecef8bf5e49f6d3a91d029de951

oraclejdk7

pp-alik committed 8 years ago
Unverified
4c7908d1784b898a9e8504430e998907124e5f99

add build status link

pp-alik committed 8 years ago
Unverified
9da34a78255b072fdaf7bcaef7d1dc91d4f30290

add travis ci cfg

committed 8 years ago
Unverified
a62da0397f2ebdf3d249c82f0a2ce320fe4c8374

bug fixed NullPointerException in Downloadbundle Activator on stop

committed 9 years ago

README

The README file for this repository.

modus-tr69-client

Build Status

Build/Assebmle/Install

mvn clean install
mvn assembly:assembly
cd target
unzip modus-clientTR69-1.1.7-SNAPSHOT-distrib.zip

Configuration

  • setup the bootstrap in data/usine.txt and data/config.cfg files
  • After modification delete data/data.sav

Run

  • HTTP ManagementServer.URL
java -jar bin/felix.jar
  • HTTPS ManagementServer.URL
java -Djsse.enableSNIExtension=false \
     -Djavax.net.ssl.trustStore="%%PATH_TO_KEYSTORE_FILE%%" \
     -Djavax.net.ssl.trustStorePassword=%%KEYSTORE_PASSWORD%%" \
     -jar bin/felix.jar