Abc-Arbitrage / Aeron.ClientServer

.NET wrapper for the native Aeron media driver
MIT License
13 stars 7 forks source link

does this library support Aeron cluster mode and sbe tool? #1

Open MarshalOfficial opened 2 years ago

MarshalOfficial commented 2 years ago

Hi there, I need to create an Aeron client-side app with dotnet, with Aeron.Net library, I did it. now because of the performance issues, I'm looking for C Media driver.

does this library support Aeron cluster mode and sbe tool?

buybackoff commented 2 years ago

Hi, this library is just an example of how to implement client/server architecture using Aeron, it has nothing to do with cluster mode and sbe tool per se.

Note that since the upstream PR (with C media driver) mentioned in the readme was not merged, we will very likely archive this repo and keep it as a read-only proof of concept. This library no longer has a wrapper for C media driver and native libs.