-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply One M2M v2.0, CAS System. Delete Unnecessary Files.
- Loading branch information
Showing
902 changed files
with
6,236 additions
and
380,126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#!/bin/bash | ||
|
||
# ########## ########## ########## ########## ########## ########## ########## ########## | ||
# shbaek: Constant | ||
# ########## ########## ########## ########## ########## ########## ########## ########## | ||
export MY_DONE=0 | ||
export MY_SUCCESS=0 | ||
export MY_OFF=0 | ||
|
||
export MY_ON=1 | ||
export MY_FAIL=1 | ||
export MY_ERROR=1 | ||
|
||
export MY_RESULT=0 | ||
|
||
export COLOR_BLACK="\e[30m" | ||
|
||
export COLOR_RED="\e[31m" | ||
export COLOR_RED_BOLD="\e[1;31m" | ||
export COLOR_RED_UNDER="\e[4;31m" | ||
export COLOR_RED_BLINK="\e[5;31m" | ||
|
||
export COLOR_GREEN="\e[32m" | ||
export COLOR_GREEN_BOLD="\e[1;32m" | ||
export COLOR_GREEN_UNDER="\e[4;32m" | ||
export COLOR_GREEN_BLINK="\e[5;32m" | ||
|
||
export COLOR_YELLOW="\e[33m" | ||
export COLOR_YELLOW_BOLD="\e[1;33m" | ||
export COLOR_YELLOW_UNDER="\e[4;33m" | ||
export COLOR_YELLOW_BLINK="\e[5;33m" | ||
|
||
export COLOR_BLUE="\e[34m" | ||
export COLOR_BLUE_BOLD="\e[1;34m" | ||
export COLOR_BLUE_UNDER="\e[4;34m" | ||
export COLOR_BLUE_BLINK="\e[5;34m" | ||
|
||
export COLOR_WHITE="\e[37m" | ||
export COLOR_WHITE_BOLD="\e[1;37m" | ||
export COLOR_WHITE_UNDER="\e[4;37m" | ||
export COLOR_WHITE_BLINK="\e[5;37m" | ||
|
||
|
||
export COLOR_END="\e[m" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,49 @@ | ||
# ########## ########## ########## ########## ########## ########## | ||
# shbaek: one M2M Server Info | ||
# ########## ########## ########## ########## ########## ########## | ||
HUB_ID : ENG_HUB01 | ||
HUB_ID : NONAME_HUB | ||
|
||
# ########## ########## ########## ########## ########## ########## | ||
# shbaek: one M2M Server Info | ||
# ########## ########## ########## ########## ########## ########## | ||
PLATFORM_SERVER_IP : 166.104.112.34 | ||
PLATFORM_SERVER_PORT : 8080 | ||
# HY Server : 166.104.112.34 | ||
# Test Server: 218.153.68.53 | ||
# ########## ########## ########## ########## ########## ########## | ||
PLATFORM_SERVER_IP : 166.104.112.34 | ||
PLATFORM_SERVER_PORT : 8080 | ||
|
||
# ########## ########## ########## ########## ########## ########## | ||
# shbaek: Authentication Server Info (Maybe... Same SI Server?) | ||
# ########## ########## ########## ########## ########## ########## | ||
AUTH_SERVER_IP : 166.104.112.34 | ||
AUTH_SERVER_PORT : 8081 | ||
|
||
# ########## ########## ########## ########## ########## ########## | ||
# shbaek: Semantic Data Analysis Server Info | ||
# ########## ########## ########## ########## ########## ########## | ||
SDA_SERVER_IP : 166.104.112.43 | ||
SDA_SERVER_PORT : 20080 | ||
|
||
# ########## ########## ########## ########## ########## ########## | ||
# shbaek: MySQL Info | ||
# ########## ########## ########## ########## ########## ########## | ||
MYSQL_DB_HOST : 127.0.0.1 | ||
MYSQL_DB_PORT : 3306 | ||
MYSQL_DB_USER : root | ||
MYSQL_DB_PASSWORD : mysql | ||
MYSQL_DB_HOST : 127.0.0.1 | ||
MYSQL_DB_PORT : 3306 | ||
MYSQL_DB_USER : root | ||
MYSQL_DB_PASSWORD : mysql | ||
|
||
# ########## ########## ########## ########## ########## ########## | ||
# shbaek: Auto Reset Timer | ||
# ########## ########## ########## ########## ########## ########## | ||
RESET_TIMER_USE : TRUE | ||
RESET_TIME_HOUR : 6 | ||
|
||
# ########## ########## ########## ########## ########## ########## | ||
# shbaek: ETC | ||
# ########## ########## ########## ########## ########## ########## | ||
GRIB_DEBUG_ONEM2M : FALSE | ||
GRIB_DEBUG_BLE : FALSE | ||
GRIB_DEBUG_THREAD : FALSE | ||
GRIB_BLE_TOMBSTONE : FALSE | ||
GRIB_DEBUG_ONEM2M : FALSE | ||
GRIB_DEBUG_BLE : FALSE | ||
GRIB_DEBUG_THREAD : FALSE | ||
GRIB_TOMBSTONE_BLE : FALSE | ||
GRIB_TOMBSTONE_HTTP : FALSE | ||
|
Binary file not shown.
Oops, something went wrong.