728x90
반응형
[CPP] WEB UI - Hadouken - MSVC
를 보고
내부 로직은 CPP 로 따로 돌고 있고
웹에서 json rpc 로 데이터를 주고 받는 것까지는 알았다.
그래서 이전 버전을 보았다.
C# 으로 되어 있는 것 말이다.
Hadouken 은 4.0 때까지는 c#이다.
웹 말고 c# gui 에서 실행되는 예제를 보고 싶었다.
열심히 검색해서 찾았다.
4년 전부터 ByteFlood 가 있었다.
이 프로젝트의 최종 버전은 MonoTorrent 를 걷어내고 Ragnar.dll 사용했다.
Ragnar.dll 파일로 libtorrent(cpp)를 제어하는 것 같다.
안타깝게도 Ragnar.dll 파일은 소스가 제공되지 않는다.
Ragnar
Ragnar is a C++/CLI wrapper for Rasterbar's libtorrent. It aims to provide a (mostly) complete interface to the underlying C++ library.
or
참고
Ragnar (64bit - libtorrent 1.0.6)
Ragnar is a C++/CLI wrapper for Rasterbar's libtorrent. It aims to provide a (mostly) complete interface to the underlying C++ library.
반응형