Skip to content

Commit

Permalink
[ISSUE #4319] C SDK Framework (#4323)
Browse files Browse the repository at this point in the history
* c-sdk dirs

* add libs: curl, json-c

* add libs: curl, json-c

* fix .gitmodules
  • Loading branch information
zhurq authored Nov 1, 2023
1 parent 2bfc1ae commit 80c7f88
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[submodule "eventmesh-sdks/eventmesh-sdk-c/third_party/json-c"]
path = eventmesh-sdks/eventmesh-sdk-c/third_party/json-c
url = git@github.com:json-c/json-c.git
branch = json-c-0.17
[submodule "eventmesh-sdks/eventmesh-sdk-c/third_party/curl"]
path = eventmesh-sdks/eventmesh-sdk-c/third_party/curl
url = git@github.com:curl/curl.git
16 changes: 16 additions & 0 deletions eventmesh-sdks/eventmesh-sdk-c/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## EventMesh C/C++ SDK

### Support api

1. **TCP**

### Build
1. **build lib**
```
make
```

2. **build example**
```
make demo
```
1 change: 1 addition & 0 deletions eventmesh-sdks/eventmesh-sdk-c/third_party/curl
Submodule curl added at d755a5
1 change: 1 addition & 0 deletions eventmesh-sdks/eventmesh-sdk-c/third_party/json-c
Submodule json-c added at b4c371

0 comments on commit 80c7f88

Please sign in to comment.