Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-basile committed Oct 20, 2015
1 parent da4d2a9 commit 6a2410c
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,36 @@
# Monosim
Monosim is a cross platform application to manage sim card contacts
using PC/SC standard readers and SmartMouse/Phoenix serial reader.
**monosim** is a simple application cross platform, written in C# that can be used
to read, write, update, delete and backup your sim card contacts. It open and
save also .monosim files to manage contacts also in a text files. To connect monosim
to your sim card you need use a standard [PC/SC](http://www.pcscworkgroup.com/) smartcard reader
as acs, scm, athena, towitoko, etc. or Smartmouse/Phoenix serial reader.

monosim is distributed under the terms of the GNU General Public License (GPLv2)

* **monosim-gtk** - GTK user interface
* **monosim-qt** - Qt user interface


Cross platform is possible by:
* [Mono framework](http://www.mono-project.com/Main_Page)/.Net framework _Runtime_
* [Pcsc-lite framework](http://pcsclite.alioth.debian.org/)/Winscard _Middleware for PC/SC smartcard readers communication_
* [Gtk-sharp](http://www.mono-project.com/GtkSharp) _C# bindings for GTK libraries_
* [Qyoto](http://techbase.kde.org/Development/Languages/Qyoto) _C# bindings for QT libraries_

<br />


for build and run see [Wiki pages](https://github.com/armando-basile/monosim/wiki)

---


## VIDEO ##
<p align='center'><a href='http://www.youtube.com/watch?feature=player_embedded&v=v-LfV780lxk' target='_blank'>
<img src='http://img.youtube.com/vi/v-LfV780lxk/0.jpg' width='480' height=344 /></a></p><br />




Copyright (c) 2008-2015, Armando Basile

Expand Down

0 comments on commit 6a2410c

Please sign in to comment.