Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guigui42 authored Oct 13, 2024
1 parent 82af342 commit 2fa3edb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Use one of the example docker compose files

[compose example](docker_example/docker-compose.yml)


make sure to map your device (usb modem) to this one :
```
/dev/ttyUSB1
```
### REST call Example
Send an SMS using a simple POST REST call :
```
Expand All @@ -27,7 +30,7 @@ http://gammudocker:8083/sendsms
```
{
"phone_number" : "XXXXXXXXXXX",
"message" : "test json 4242"
"message" : "My Text Message"
}
```

Expand Down

0 comments on commit 2fa3edb

Please sign in to comment.