Instructions for running the SwiConnectCDMA sample app.
===================================================
Note: In order to run the Connect sample application on your
computer you will need to do the following:

1) Ensure there is a properly-configured Sierra Wireless modem connected
   to your computer. Properly-configured means the modem has been activated
   and has a live account from your service provider.
   
2) Execute the script located in this directory called "mkroot.sh" as 
   follows:

   ./mkroot.sh

   When you are prompted to enter a password, enter the password you use to
   log into this computer. Note - you must be a member of the "sudoers" 
   group or this step will not work properly.

3) Use the connect sample application any time after this by changing to this
   directory and entering the command:

   ./swiconnecti386 with option "-p" followed by the path where the SDK
   executable resides.


Instructions for Updating your Routing Table
============================================
In certain circumstances it may be necessary to manually change the computer's
routing table before you can actually use a data connection that was created
using the executable in this directory. You can determine if this is necessary
by starting a browser once the connection is running. If the browser times out
and displays an error, then you will likely need to do the following:

1) Open a terminal shell
2) Add a new default route to the routing table by typing:
   sudo route add default ppp0
3) When prompted for a password, enter the password you 
   use to log into your account. Note, your user ID must be
   in the computer's list of sudoers or these instructions
   will fail

4) Retry the new data connection. This time it should work as expected. 

NOTE: You may need to repeat these steps every time you bring up a data
      connection using this sample application. The reason for this is
      you likely have another connection to a network (e.g. an ethernet
      connection). If you want to avoid the need to run these steps 
      every time you establish a data connection, then you should disconnect
      all other network connections and then reboot your computer.
