Please enable JavaScript.
Coggle requires JavaScript to display documents.
Doorkeeper Project (Doorkeeper (Motion Detection Record (communicate with…
Doorkeeper Project
Doorkeeper
IPC_Server
ipc_server_handler
Schedule Recording
type Schedule
type Always
Snapshot
Send data to ftp
ftp.json
save_data_to_ftp; send2ftp
curl -T %s ftp://%s:%s --user %s:%s
Motion Detection Record
communicate with Event_monitor
domain socket: /tmp/alarm_server.sock
type Schedule
type Always
Snapshot
Schedule Caculate
localtime; set_weekly_schedule; within_weekly_schedule; set_interval_schedule; time_within_schedule
Event_monitor
rts_cam_get_events
send_md_notify; send_md_notify2
domain socket:
/tmp/alarm_server.sock ---> Doorkeeper
/tmp/notify_server.sock ----> subscribe_sample
IPC_Client
send_notify; send_md_notify; send_cfg_change_notify
Subscribe_sample
Chỉ hiển thị MD Notification nhận được thông qua Event_monitor
Note: IPC_Client và Subscribe_sample được build vào IPCam nhưng không được sử dụng