Skip to content

Commit

Permalink
Add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
systra committed Dec 3, 2011
1 parent f348dff commit ae76c22
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
EMI/UCP simulator - A hunky Erlang emulating UCP protocol server
================================================================

The simulator is an application for near-to-live testing of your EMI/UCP
applications without need of access to real SMSC. The application behaves as
a real SMSC with UCP interface. Your application can bind to it, send messages,
etc., however nothing will get delivered anywhere as all the responses are
only made-up by the simulator.

The simulator is based on LogicaCMG's EMI/UCP interface 4.6 specification.

Usage
-----

```erlang
> make run
```

Configuration
-------------

- `listen_port`: the listening port (default: 7777)

Authors
-------
...

License
-------

The simulator is available under BSD licence (see `LICENSE`).

0 comments on commit ae76c22

Please sign in to comment.