Re: [nox-dev] handle_flow_route Event

2011-07-21 Thread Min-Hyup KANG
thank you so much !I will try it !!- 원본 메일 -보낸사람: kk yap 받는사람 : Min-Hyup KANG 참조 : NOX-dev 날짜: 2011년 7월 22일 금요일, 12시 44분 27초 +0900제목: Re: [nox-dev] handle_flow_route Event 2011/7/21 Min-Hyup KANG <kang-min-h...@hanmail.net> Thank you for your

Re: [nox-dev] handle_flow_route Event

2011-07-21 Thread kk yap
; > > > - 원본 메일 - > > *보낸사람*: kk yap > *받는사람* : Min-Hyup KANG > *참조* : NOX-dev > *날짜*: 2011년 7월 22일 금요일, 10시 25분 34초 +0900 > > *제목*: Re: [nox-dev] handle_flow_route Event > Sorry, I continue to be lost. > > if you want to send flows to ENVI, look at

Re: [nox-dev] handle_flow_route Event

2011-07-21 Thread Min-Hyup KANG
vi receive json message from envi.- ¿øº» ¸ÞÀÏ -º¸³½»ç¶÷: kk yap ¹Þ´Â»ç¶÷ : Min-Hyup KANG ÂüÁ¶ : NOX-dev ³¯Â¥: 2011³â 7¿ù 22ÀÏ ±Ý¿äÀÏ, 10½Ã 25ºÐ 34ÃÊ +0900Á¦¸ñ: Re: [nox-dev] handle_flow_route Event Sorry, I continue to be lost.if you want to send flows to ENVI, look at lavi_hostflow.

Re: [nox-dev] handle_flow_route Event

2011-07-21 Thread kk yap
> thanks, > > > - 원본 메일 - > > *보낸사람*: kk yap > *받는사람* : Min-Hyup KANG > *참조* : NOX-dev > *날짜*: 2011년 7월 22일 금요일, 09시 36분 46초 +0900, and which one of the lavi com > > *제목*: Re: [nox-dev] handle_flow_route Event > Is there a question in this emai

Re: [nox-dev] handle_flow_route Event

2011-07-21 Thread kk yap
; > register_handler > > (boost::bind(&lavi_flows::handle_req, this, _1)); > > > Disposition lavi_flows::handle_req(const Event& e) > > { > > const JSONMsg_event& jme = assert_cast(e) > > > > > Thanks, > > > - 원

Re: [nox-dev] handle_flow_route Event

2011-07-21 Thread kk yap
Hi, This is a standard procedure in NOX. You need to include the header file for the definition of the event, then create the event, populate it and post it. One of the lavi component (though I forgot which one) will listen for that event and send a message to ENVI. Look at lavi_hosts (I think)

[nox-dev] handle_flow_route Event

2011-07-18 Thread Min-Hyup KANG
Hi All,I am currently trying to understand relation between LAVI and ENVI.especially, I am looking at part of lavi_flow and lavi_hostflow to add and delete on ENVI.To handle event such as add and delete flows on ENVI, I think I should generate Handle_flow_route event in netapps/lavi/lavi_hos