Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-secheverria committed Jan 23, 2020
2 parents 851975f + 9565eae commit 2cc831e
Show file tree
Hide file tree
Showing 38 changed files with 945 additions and 943 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build/*
.DS_Store
# BlueJ files
*.ctxt
ouimeaux-env/

!gradle-wrapper.jar

Expand Down
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
apply plugin: 'java'
apply plugin: 'application'

//mainClassName = 'MonitorLauncher'
mainClassName = 'edu.cmu.sei.kalki.IotInterface'
//mainClassName = 'edu.cmu.sei.kalki.Mail.SendMail'
mainClassName = 'edu.cmu.sei.kalki.iotinterface.IotInterface'

sourceCompatibility = 1.8

Expand All @@ -22,15 +20,12 @@ repositories {
}

dependencies {
// compile name: 'slf4j-api-1.6.1'
// compile name: 'mail'
// compile name: 'activation'
compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version: '9.4.19.v20190610'
compile group: 'org.subethamail', name: 'subethasmtp', version: '3.1.3'
compile 'org.json:json:20171018'
compile group: 'edu.cmu.sei.ttg', name: 'kalki-db', version: '0.0.4-SNAPSHOT'
compile name: 'huelocalsdk'
compile name: 'huesdkresources'
compile 'com.jcraft:jsch:0.1.55'
// compile name: 'tablelayout'
compile 'org.apache.httpcomponents:httpclient:4.5.10'
}
6 changes: 5 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"MAIL_PORT":25000
"MAIL_PORT": "25000",
"dlink_notification_email": "[email protected]",
"iot_interface_api_port": "5050",
"device_controller_api_ip": "10.27.153.3",
"device_controller_api_port": "9090"
}
5 changes: 5 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export http_proxy=""
export https_proxy=""
export HTTP_PROXY=""
export HTTPS_PROXY=""
./gradlew run
78 changes: 0 additions & 78 deletions src/main/java/edu/cmu/sei/kalki/DeviceMonitor.java

This file was deleted.

28 changes: 0 additions & 28 deletions src/main/java/edu/cmu/sei/kalki/Monitors/DLinkCameraMonitor.java

This file was deleted.

70 changes: 0 additions & 70 deletions src/main/java/edu/cmu/sei/kalki/Monitors/IotMonitor.java

This file was deleted.

Loading

0 comments on commit 2cc831e

Please sign in to comment.