Skip to content

Commit

Permalink
add websocket-based roap proxy. now only support win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
yiw2 committed Mar 13, 2012
1 parent 5af301a commit cc8a320
Show file tree
Hide file tree
Showing 75 changed files with 36,915 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,15 @@ python setup.py install
Windows
From http://www.scons.org/ download and install the scons windows installer

---------------------------------------------------
14. Using Ikran with websocket-based ROAP Proxy
---------------------------------------------------

1. Start the roap proxy firstly.

2. Start firefox with ikran add-on. Enter IP:7681 in address bar to load page. the IP is roap proxy ip.

3. On page load you should see the RoapProxy register and then it will do the SIP conversation
on behalf of your browser. It currently only works for 1 call and needs to be reset between
each call.

6 changes: 6 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@ SCRIPT_FILES += [
'tests/testapp_softphone/SConstruct',
]

if sys.platform in ['win32']:
SCRIPT_FILES += [
'third_party/libwebsocket/SConstruct_libwebsocket',
'tests/roapproxy/SConstruct',
]

if sys.platform in [ 'win32', 'linux2','darwin']:
SCRIPT_FILES += [
'third_party/gtest/SConstruct_gtestd',
Expand Down
Loading

0 comments on commit cc8a320

Please sign in to comment.