azure-event-hubs-c

所属分类:C/C++工具库
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-08-23 22:19:50
上 传 者sh-1993
说明:  Azure事件中心的C客户端库
(C client library for Azure Event Hubs ,)

文件列表:
CMakeLists.txt (10864, 2023-11-27)
LICENSE (1144, 2023-11-27)
SECURITY.md (2757, 2023-11-27)
build/ (0, 2023-11-27)
build/.vsts-ci.yml (15314, 2023-11-27)
build_all/ (0, 2023-11-27)
build_all/linux/ (0, 2023-11-27)
build_all/linux/build.sh (1358, 2023-11-27)
build_all/linux/print_failed_tests.sed (693, 2023-11-27)
build_all/linux/setup.sh (1988, 2023-11-27)
build_all/windows/ (0, 2023-11-27)
build_all/windows/build.cmd (10203, 2023-11-27)
configs/ (0, 2023-11-27)
configs/azure_event_hubs_cConfig.cmake (383, 2023-11-27)
dependencies.cmake (388, 2023-11-27)
deps/ (0, 2023-11-27)
deps/azure-c-shared-utility/ (0, 2023-11-27)
deps/azure-c-testrunnerswitcher/ (0, 2023-11-27)
deps/azure-ctest/ (0, 2023-11-27)
deps/azure-macro-utils-c/ (0, 2023-11-27)
deps/azure-uamqp-c/ (0, 2023-11-27)
deps/umock-c/ (0, 2023-11-27)
docs/ (0, 2023-11-27)
docs/beagleboneblack_debian_setup.md (6171, 2023-11-27)
docs/create_event_hub.md (2194, 2023-11-27)
docs/desktop_fedora_setup.md (3560, 2023-11-27)
docs/desktop_ubuntu_setup.md (4309, 2023-11-27)
docs/eventhubclient_app_from_scratch.md (8129, 2023-11-27)
docs/media/ (0, 2023-11-27)
docs/media/create-event-hub/ (0, 2023-11-27)
docs/media/create-event-hub/create-event-hub1.png (41649, 2023-11-27)
docs/media/create-event-hub/create-event-hub2.png (47789, 2023-11-27)
docs/media/create-event-hub/create-event-hub3.png (51194, 2023-11-27)
docs/media/create-event-hub/create-event-hub4.png (39258, 2023-11-27)
docs/media/create-event-hub/create-event-hub5.png (111225, 2023-11-27)
docs/media/create-event-hub/create-event-hub6.png (22434, 2023-11-27)
... ...

_This SDK is no longer supported and it is maintained by Microsoft employees and external contributors in a best effort way (in their free time). To send events to Azure Event Hub in other languages please see the [Azure Event Hub documentation](https://docs.microsoft.com/en-us/azure/event-hubs/), quickstarts section._ _For use cases where connectivity to Event Hub is needed in a C development environment, please use [uamqp-c](https://github.com/Azure/azure-uamqp-c) or other AMQP C clients._ # Azure Event Hub Client for C The Azure Event Hubs Client for C is a library specifically aimed at clients looking to send event data into an existing Event Hub. The library builds on the compact uAMQP library for AMQP 1.0 and we include build and usage instructions for a variety of Linux flavors and also for Windows. As the primary audience for this library is the embedded devices development community, the library also provides some level of insulation against intermittent network availability interruptions common with devices connected via wireless radio networks of any kind. The library supports sending individual events as well as batched event submission. To maximize portability, the code is written in ANSI C (C99) and avoids any compiler extensions. The build output is a static library.b. The library has a dependency on azure-uamqp-c and azure-c-shared-utility; those projects are external to this project, and referenced as [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). When switching branches in this repository, remember to update the submodules by: ``` git submodule update --init --recursive ``` ## Building the library The build requires [CMake 2.8.11 or better](https://cmake.org/) and a CMake supported C/C++ compiler and linker on the target platform. CMake will create all required files for building the library with the chosen tool chain. 1. Create a directory named "build" and cd to "build". 2. Configure your build by running: Ex 1. ```cmake ..``` Ex 2. ```cmake -Drun_unittests:BOOL=ON ..``` 3. Build. The build process will vary by platform; for Linux the default is "make". Linux users please note that there are dependent packages that would need to be obtained prior to building this library. Please review and tailor the build_all/linux/setup.sh to suit your environment. ## Samples The build process will also build the available samples, which reside under [samples](./eventhub_client/samples) for your review. Specific instructions are available for the following platforms: * [Beaglebone Black](./docs/beagleboneblack_debian_setup.md) * [Fedora Linux](./docs/desktop_fedora_setup.md) * [Ubuntu Linux](./docs/desktop_ubuntu_setup.md) * [Raspbian Linux](./docs/raspberrypi_raspbian_setup.md) * [Windows](./docs/windows_setup.md) > Several of these documents are known to be outdated.

近期下载者

相关文件


收藏者