QnA for Gateway
cygwin 설치는 어떻게 하나요?
How do I install cygwin?
Please see http://cygwin.com/install.html.
컴파일은 어떻게 하나요?
How do I compile?
./make Enter
Open Makefile and check "CC=gcc". In the Command window enter "# make".
실행 명령어는 어떻게 되나요?
What is the start command?
./Eboot Enter
서버 아이피, 포트 설정은 어떻게 바꾸나요?
How do I change the server IP and port settings?
-> Editing setup.sh
-> CDSK_SRV_ADDR=192.168.0.1 CDSK_SRV_PORT=9999
게이트웨이 ID는 어떻게 바꾸나요?
How do I change the gateway ID?
-> Editing setup.sh vi setup.sh -> MY_GATEWAY_ID=1
Change the ID "MY_GATEWAY_ID=1 #" to a desired ID.
서버 접속 주기는 어떻게 바꾸나요?
How do I change the server connection period?
-> Editing setup.sh vi setup.sh -> SRVR_CONN_FRQ=3 (based on NODE_SFMI_SEC=10 => 3 * 10 = 30 sec)
DBG_MSG_LEVEL는 무슨 용도인가요?
What is the use of DBG_MSG_LEVEL?
Debugging message display level
You can change the level of the debugging message with "DBG_MSG_LEVEL=1".
노드 COM port는 어떻게 맞추어 주나요?
How do I set the node COM port?
-> Editing setup.sh vi setup.sh -> NODE_UART_DEV=/dev/ttyS4
Find the device manager in "NODE_UART_DEV=/dev/ttyS0 ~ /dev/ttyS4" and set to it.
GTWY_SWDG_NDF, GTWY_SWDG_SVF은 무슨 용도인가요?
What is the use of GTWY_SWDG_NDF and GTWY_SWDG_SVF?
GTWY_SWDG_NDF=90 # node failure allowance -> node connection watchdog GTWY_SWDG_SVF=30 # srvr failure allowance -> server connection watchdog
When the set value is transmitted during a communication between node and server, it is automatically reset.
NODE_SFMI_SEC 무슨 용도인가요?
What is the use of NODE_SFMI_SEC?
NODE_SFMI_SEC=10 # suferframe interval -> frequency of node access
"NODE_SFMI_SEC=10" means that the access period of the sink node is 10 sec.
Log in to post a comment.
QnA for Gateway
cygwin 설치는 어떻게 하나요?
How do I install cygwin?
Last edit: Youn-sehyo 2013-11-21
Please see http://cygwin.com/install.html.
Last edit: Yong-Soon PARK 2013-11-22
컴파일은 어떻게 하나요?
How do I compile?
Last edit: Youn-sehyo 2013-11-21
./make Enter
Open Makefile and check "CC=gcc".
In the Command window
enter "# make".
Last edit: Yong-Soon PARK 2013-11-22
실행 명령어는 어떻게 되나요?
What is the start command?
Last edit: Youn-sehyo 2013-11-21
./Eboot Enter
서버 아이피, 포트 설정은 어떻게 바꾸나요?
How do I change the server IP and port settings?
Last edit: Youn-sehyo 2013-11-21
-> Editing setup.sh
vi setup.sh
->
CDSK_SRV_ADDR=192.168.0.1
CDSK_SRV_PORT=9999
게이트웨이 ID는 어떻게 바꾸나요?
How do I change the gateway ID?
Last edit: Youn-sehyo 2013-11-21
-> Editing setup.sh
vi setup.sh
->
MY_GATEWAY_ID=1
Change the ID "MY_GATEWAY_ID=1 #" to a desired ID.
Last edit: Yong-Soon PARK 2013-11-22
서버 접속 주기는 어떻게 바꾸나요?
How do I change the server connection period?
Last edit: Youn-sehyo 2013-11-21
-> Editing setup.sh
vi setup.sh
->
SRVR_CONN_FRQ=3 (based on NODE_SFMI_SEC=10 => 3 * 10 = 30 sec)
DBG_MSG_LEVEL는 무슨 용도인가요?
What is the use of DBG_MSG_LEVEL?
Last edit: Youn-sehyo 2013-11-21
Debugging message display level
You can change the level of the debugging message with "DBG_MSG_LEVEL=1".
Last edit: Yong-Soon PARK 2013-11-22
노드 COM port는 어떻게 맞추어 주나요?
How do I set the node COM port?
Last edit: Youn-sehyo 2013-11-21
-> Editing setup.sh
vi setup.sh
->
NODE_UART_DEV=/dev/ttyS4
Find the device manager in "NODE_UART_DEV=/dev/ttyS0 ~ /dev/ttyS4" and set to it.
Last edit: Yong-Soon PARK 2013-11-22
GTWY_SWDG_NDF, GTWY_SWDG_SVF은 무슨 용도인가요?
What is the use of GTWY_SWDG_NDF and GTWY_SWDG_SVF?
Last edit: Youn-sehyo 2013-11-21
GTWY_SWDG_NDF=90 # node failure allowance
-> node connection watchdog
GTWY_SWDG_SVF=30 # srvr failure allowance
-> server connection watchdog
When the set value is transmitted during a communication between node and server, it is automatically reset.
Last edit: Yong-Soon PARK 2013-11-22
NODE_SFMI_SEC 무슨 용도인가요?
What is the use of NODE_SFMI_SEC?
Last edit: Youn-sehyo 2013-11-21
NODE_SFMI_SEC=10 # suferframe interval
-> frequency of node access
"NODE_SFMI_SEC=10" means that the access period of the sink node is 10 sec.
Last edit: Yong-Soon PARK 2013-11-22