A tool to probe the ICE p2p progress based on Google's libjingle. Creating a user friendly interface to show the process of ICE (RFC5245) peer-to-peer talking and probe the issue of blocking p2p.
- linux
#ln -s ./linux/* . #make all
- mac
#ln -s ./mac/* . #make all
- Windows Open the solution file for Visual Studio 2008 in win floder.
- start the session server There is simple session based chat server developed by Node.js
#cd dialog_server #node inde.js
- run in two peers In local
#ProbIce session_server local_name remote_name
In remote
#ProbIce session_server local_name remote_name
The ICE progress will auto started, the total ICE internal state will report to a txt file.