Skip to content

Commit

Permalink
Update readme.md (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwolz authored Feb 5, 2024
1 parent 30865c9 commit 56b4fb1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope

# uAMQP

`uAMQP` is a general purpose C library for AMQP 1.0.
`uAMQP` is a C library for AMQP 1.0 communication to Azure Cloud Services.

The goals are:

- Compliance with the standard
- Optimizing for low RAM footprint
- Be as portable as possible

It is currently mostly a client side implementation only.
Although much of the standard is symmetrical, there are parts that are asymmetrical, like the SASL handshake.

The server side support of `uAMQP` (for example for SASL) is currently work in progress.
It is currently a client side implementation only.

## Dependencies

Expand Down

0 comments on commit 56b4fb1

Please sign in to comment.