Checking in LEDE GUI for device registration; this was ported from the implementation...
authorrtrimana <rtrimana@uci.edu>
Thu, 21 Sep 2017 19:04:48 +0000 (12:04 -0700)
committerrtrimana <rtrimana@uci.edu>
Thu, 21 Sep 2017 19:04:48 +0000 (12:04 -0700)
commita914d58c0a70f99490f059733d903c8974d5aa91
treef371a89b19f4726de12d9fbeb0a551d240650eec
parent6ab105694afddd5c559cc143f99e1df0f2f35a12
Checking in LEDE GUI for device registration; this was ported from the implementation by the UROP South Korean students (June-August 2017); now, works on the main LEDE router with the adjusted scripts (see the previous one commit).
106 files changed:
others/lede-gui/.gitignore [new file with mode: 0644]
others/lede-gui/.gradle/3.3/taskArtifacts/fileHashes.bin [new file with mode: 0644]
others/lede-gui/.gradle/3.3/taskArtifacts/fileSnapshots.bin [new file with mode: 0644]
others/lede-gui/.gradle/3.3/taskArtifacts/taskArtifacts.bin [new file with mode: 0644]
others/lede-gui/.gradle/3.3/taskArtifacts/taskArtifacts.lock [new file with mode: 0644]
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin [new file with mode: 0644]
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock [new file with mode: 0644]
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin [new file with mode: 0644]
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock [new file with mode: 0644]
others/lede-gui/.idea/compiler.xml [new file with mode: 0644]
others/lede-gui/.idea/copyright/profiles_settings.xml [new file with mode: 0644]
others/lede-gui/.idea/gradle.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/animated_vector_drawable_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/appcompat_v7_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/constraint_layout_1_0_2.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/constraint_layout_solver_1_0_2.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/design_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/espresso_core_2_2_2.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/espresso_idling_resource_2_2_2.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/exposed_instrumentation_api_publish_0_5.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/hamcrest_core_1_3.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/hamcrest_integration_1_3.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/hamcrest_library_1_3.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/iotinstaller.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/javawriter_2_1_1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/javax_annotation_api_1_2.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/javax_inject_1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/jsch_0_1_54.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/jsr305_2_0_1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/junit_4_12.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/recyclerview_v7_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/rules_0_5.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/runner_0_5.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_annotations_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_compat_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_core_ui_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_core_utils_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_fragment_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_media_compat_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_v4_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/support_vector_drawable_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/libraries/transition_26_0_0_alpha1.xml [new file with mode: 0644]
others/lede-gui/.idea/misc.xml [new file with mode: 0644]
others/lede-gui/.idea/modules.xml [new file with mode: 0644]
others/lede-gui/.idea/runConfigurations.xml [new file with mode: 0644]
others/lede-gui/.idea/workspace.xml [new file with mode: 0644]
others/lede-gui/build.gradle [new file with mode: 0644]
others/lede-gui/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
others/lede-gui/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
others/lede-gui/gradlew [new file with mode: 0644]
others/lede-gui/gradlew.bat [new file with mode: 0644]
others/lede-gui/lede-gui.iml [new file with mode: 0644]
others/lede-gui/libs/iotinstaller.jar [new file with mode: 0644]
others/lede-gui/libs/jsch-0.1.54.jar [new file with mode: 0644]
others/lede-gui/local.properties [new file with mode: 0644]
others/lede-gui/proguard-rules.pro [new file with mode: 0644]
others/lede-gui/src/androidTest/java/com/example/lede2/ExampleInstrumentedTest.java [new file with mode: 0644]
others/lede-gui/src/main/AndroidManifest.xml [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/ConfigActivity.java [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/EnrollDeviceActivity.java [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/ListActivity.java [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/MainActivity.java [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/MySQLInterface.config [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/SSH.java [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/background.png [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/blueberry.jpg [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/bluename.png [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/config.png [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/configuration.png [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/empty.png [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/orange.png [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/pinkback.PNG [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/wifi.PNG [new file with mode: 0644]
others/lede-gui/src/main/res/drawable/wifibackground.png [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_config.xml [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_enroll_device.xml [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_list.xml [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_main.xml [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-hdpi/ic_launcher_round.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-hdpi/sentinel_icon.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-hdpi/test1.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-mdpi/ic_launcher_round.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-mdpi/sentinel_icon.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-mdpi/test1.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xhdpi/ic_launcher_round.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xhdpi/sentinel_icon.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xhdpi/test1.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxhdpi/ic_launcher_round.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxhdpi/sentinel_icon.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxhdpi/test1.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxxhdpi/sentinel_icon.png [new file with mode: 0644]
others/lede-gui/src/main/res/mipmap-xxxhdpi/test1.png [new file with mode: 0644]
others/lede-gui/src/main/res/test.txt [new file with mode: 0644]
others/lede-gui/src/main/res/values/colors.xml [new file with mode: 0644]
others/lede-gui/src/main/res/values/constants.xml [new file with mode: 0644]
others/lede-gui/src/main/res/values/strings.xml [new file with mode: 0644]
others/lede-gui/src/main/res/values/styles.xml [new file with mode: 0644]
others/lede-gui/src/main/sentinel_icon-web.png [new file with mode: 0644]
others/lede-gui/src/main/test1-web.png [new file with mode: 0644]
others/lede-gui/src/test/java/com/example/lede2/ExampleUnitTest.java [new file with mode: 0644]