how to implement IP filtering in FRDMk64

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to implement IP filtering in FRDMk64

ソリューションへジャンプ
532件の閲覧回数
sudhakarp
Contributor V

hi,

     i want to receive data from particular IP only. so i want to do IP filtering. but i dnt know how to implement that one.

i am using kds2.0 IDE

thanks and regards,

sudhakar p

1 解決策
344件の閲覧回数
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi,

You should be able to do that by using the recvfrom() function. Only datagrams from that source will be received if a remote endpoint has been specified

with connect().

I hope this helps you.


Have a great day,
Garabo

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
1 返信
345件の閲覧回数
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi,

You should be able to do that by using the recvfrom() function. Only datagrams from that source will be received if a remote endpoint has been specified

with connect().

I hope this helps you.


Have a great day,
Garabo

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛