Skip to content
oferfrid edited this page May 1, 2011 · 3 revisions

Welcome to the OscarLib wiki,

The reasons behind opening of this branch described here WhyNewBranch The changes I've implemented are described here Changes

The library is simple to use, I've add a simple console application to show the simple tasks:

  • Send a SMS from ICQ.
  • Receive a response from phone's SMS message.
  • Send ICQ message.
  • Receive an ICQ message.

To use this sample:

  • download the source from https://github.com/oferfrid/OscarLib/tree/master/src.
  • Open the "OscarLib.sln" sulotion file in you'r preferd c# IDE (I use SharpDevelop (4.0)).
  • Set the "TestSMS" as start-up project.
  • Compile and run.
  • Enter the required information (use the ICQ number and not the email!).
  • Have fun.
Clone this wiki locally