From 266292a66ae113dc409a2e0428c05d15a0e9e160 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 9 Jun 2022 21:57:21 +0200 Subject: [PATCH] Update the API in Readme.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5ad4a8e..4d6de84 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,16 @@ It is a short learning curve and coarse-grain network simulator. It contains the **Current API:** - `api.args` -- `api.send(interface, data,size, dst)` -- `api.sendt(interface, data,size, dst,timeout)` -- `api.receive(interface)` -- `api.receivet(interface,timeout)` -- `api.clock()` -- `api.log(msg)` -- `api.wait(duration)` -- `api.turn_off(duration)` +- `api.send(,,,)` +- `api.sendt(,,,,)` +- `api.receive()` +- `api.receivet(,)` +- `api.wait()` +- `api.wait_end()` +- `api.log()` +- `api.read()` +- `api.turn_on()` +- `api.turn_off()` - *More details in [example/sender.py](example/sender.py)* **Documentation:** cf. `example/` and `tests/`