idk
|
f9d9aa0306
|
move wrapper code to own directory
|
2021-06-24 09:35:42 -04:00 |
|
idk
|
f5db34b98b
|
C_InitI2P is compatible with more things if it passes argv by reference, it would appear. So to pass arguments to InitI2P you need to turn them back into char* argv[] by tokenizing them and copying them into an array which you then pass to InitI2P from C_InitI2P. The Streaming and Destination Creation parts need to have wrappers for over Identity.h, Streaming.h to be useful so remove them.
|
2021-06-23 11:18:53 -04:00 |
|
idk
|
7bc2e74683
|
Get it to build from go build
|
2021-06-17 23:12:22 -04:00 |
|
idk
|
3330d2bb0c
|
Also Extern Identity, Destination, Streaming headers
|
2021-06-17 13:24:19 -04:00 |
|
idk
|
b962a330ad
|
Allow passing raw pointers to C wrapper functions, I think
|
2021-06-15 12:02:57 -04:00 |
|
idk
|
ed53cbb7b7
|
OK that's my first working C wrapper, but I don't yet know how to do anything other than initialize, start, and stop a router
|
2021-06-08 16:25:45 -04:00 |
|