Skip to content

Commit

Permalink
📝 update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
perillaroc committed Mar 12, 2020
1 parent 5b7b01d commit 23dc193
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,30 @@ All tools will be installed in `bin` directory.

## Getting started

Run `nwpc_message_client production` to send message for production.

The following message sends GRIB2 production message for GRAPES GFS GMF system
via a broker server using by `nwpc_message_client borker`.

```bash
nwpc_message_client production \
--system grapes_gfs_gmf \
--production-stream oper \
--production-type grib2 \
--production-name orig \
--event storage \
--status completed \
--start-time 2019120600 \
--forecast-time 3h \
--rabbitmq-server=amqp://guest:guest@localhost:5672 \
--with-broker \
--broker-address=localhost:33384
```

Please run `nwpc_message_clinet production --help` to get more usage.

## License

Copyright © 2019, Perilla Roc at nwpc-oper.
Copyright © 2019-2020, Perilla Roc at nwpc-oper.

`nwpc-message-client` is licensed under [MIT License](LICENSE)

0 comments on commit 23dc193

Please sign in to comment.