GitXplorerGitXplorer
p

modus-tr69-client

public
3 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
61e3d2ce7028589bb4c01be27eb4da55062e4278

rm AssemblyDescriptor.xml READ_ME.txt

committed 9 years ago
Unverified
30475961504382fa628652eb1942def6bea1a05e

update maven-bundle-plugin to v3.0.1

committed 9 years ago
Unverified
ed0a93d2adc954f29552dd6d5e67bba6a862cf9c

readme..

committed 9 years ago
Unverified
5f00948cbd07af77a765fb468927711cbcd1a32a

readme..

committed 9 years ago
Unverified
b5d4b2e308eb55bc7711b0921a3845278dd60ad4

readme..

committed 9 years ago
Unverified
bffe0556db67eb05aeea519ddbf529611a16694a

STUNEnable=0

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