Skip to content

Commit

Permalink
[2017.01.06] Apply One M2M v2.0
Browse files Browse the repository at this point in the history
Apply One M2M v2.0, CAS System.
Delete Unnecessary Files.
  • Loading branch information
gribicbms committed Jan 6, 2017
1 parent bc5c328 commit 62f9d8d
Show file tree
Hide file tree
Showing 902 changed files with 6,236 additions and 380,126 deletions.
44 changes: 44 additions & 0 deletions GRIB_BLE_HUB/00_GribColor.sh
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"
44 changes: 33 additions & 11 deletions GRIB_BLE_HUB/config/grib.config
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 removed GRIB_BLE_HUB/grib
Binary file not shown.
Loading

0 comments on commit 62f9d8d

Please sign in to comment.