This commit is contained in:
Eric Wolz 2024-02-05 14:15:20 -08:00 коммит произвёл GitHub
Родитель 30865c9cce
Коммит 56b4fb12f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -2,7 +2,7 @@ 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:
@ -10,10 +10,7 @@ The goals are:
- 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