All Projects → netease-im → NIM-CSharp-SDK

netease-im / NIM-CSharp-SDK

Licence: other
网易云信C# SDK

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to NIM-CSharp-SDK

8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
Stars: ✭ 81 (+440%)
Mutual labels:  x64, x86
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+620%)
Mutual labels:  x64, x86
kasm
Assembler library for Kotlin
Stars: ✭ 40 (+166.67%)
Mutual labels:  x64, x86
Asm Cli
Interactive shell of assembly language(X86/X64) based on unicorn and keystone
Stars: ✭ 211 (+1306.67%)
Mutual labels:  x64, x86
Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 7,234 (+48126.67%)
Mutual labels:  x64, x86
DbgChild
Debug Child Process Tool (auto attach)
Stars: ✭ 221 (+1373.33%)
Mutual labels:  x64, x86
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (+40%)
Mutual labels:  x64, x86
Dbgchild
Debug Child Process Tool (auto attach)
Stars: ✭ 145 (+866.67%)
Mutual labels:  x64, x86
opcodesDB
x86-64 | ARM (AArch32/AArch64/THUMB) full instruction set.
Stars: ✭ 49 (+226.67%)
Mutual labels:  x64, x86
fdtd3d
fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP and CUDA support for x86, arm, arm64 architectures
Stars: ✭ 77 (+413.33%)
Mutual labels:  x64, x86
Pwnshop
Exploit Development, Reverse Engineering & Cryptography
Stars: ✭ 167 (+1013.33%)
Mutual labels:  x64, x86
xgadget
Fast, parallel, cross-variant ROP/JOP gadget search for x86/x64 binaries.
Stars: ✭ 33 (+120%)
Mutual labels:  x64, x86
X86reference
X86 Opcode and Instruction Reference: http://ref.x86asm.net
Stars: ✭ 159 (+960%)
Mutual labels:  x64, x86
oberon-07-compiler
Oberon-07 compiler for x64 (Windows, Linux), x86 (Windows, Linux, KolibriOS), MSP430x{1,2}xx, STM32 Cortex-M3
Stars: ✭ 45 (+200%)
Mutual labels:  x64, x86
Xray 15
X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.
Stars: ✭ 151 (+906.67%)
Mutual labels:  x64, x86
kar98k public
pwn & ctf tools for windows
Stars: ✭ 24 (+60%)
Mutual labels:  x64, x86
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (+733.33%)
Mutual labels:  x64, x86
Asm Cli Rust
interative assembly shell written in rust
Stars: ✭ 133 (+786.67%)
Mutual labels:  x64, x86
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (+66.67%)
Mutual labels:  x64, x86
Reloaded.Assembler
Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.
Stars: ✭ 17 (+13.33%)
Mutual labels:  x64, x86

C# SDK

当前C# SDK基于云信WindowsPC SDK V6.3.0输出的C接口封装而成,方便C#开发者方便直观地调用接口使用云信的服务。 目前C# SDK支持 .NET Framework 3.5及以上版本开发。

开始

克隆项目到你的磁盘中

git clone https://github.com/netease-im/NIM-CSharp-SDK

使用 Visual Studio 2010或以上版本 IDE 打开 nim.sln,解决方案包括一个可视化测试应用程序工程。正式编译和调试解决方案之前,建议开发者简单看下编译配置、平台配置以及工程配置,合理的选择编译条件以及了解并按需自定义和选择工程的输出目录等设置项。

文档

目录结构

├─config 编译配置文件
├─demos 配套可视化测试程序
│ └─winform winform测试程序
└─sdk SDK封装源码
│ ├─libs 云信WindowsPC SDK库文件(包含x86和x64平台)
│ ├─Src 源码
│ └─ThirdParty 依赖的第三方库

交流

  • 遇到问题:欢迎查看网易云信提供的更详细的API文档,网易云信的客户也可以通过技术支持更快的找到我们。
  • 提交缺陷:在确保使用最新版本依然存在问题时请尽量以简洁的语言描述清楚复现该问题的步骤并提交 issue。网易云信的客户也可以通过技术支持更快的将问题反馈给我们。
  • 关于更新:C# SDK将随网易云信WindowsPC SDK发生重大更新后同步更新,开发者如需更新日常版本,可以参考网易云信WindowsPC IM SDK 版本历史云信WindowsPC 实时音 SDK 版本历史自行修改和更新C# SDK代码。

TODO

推荐客户得京东卡,首次推荐成单得3000元京东卡,连续推荐4500元/单,上不封顶。点击参与https://yunxin.163.com/promotion/recommend

main

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].