scs
scs copied to clipboard
TCP Server/Client Communication and RMI Framework
Proxy
Could you add proxy support. Socks5? I found this online maybe it will help? https://www.codeproject.com/Articles/5954/C-class-for-connecting-via-a-SOCKS5-Proxy-Server
As the title suggests I am using Scs on a linux server with .NET 5 runtimes. When a connection opens, it immediately closes with a error "Resource temporarily unavailable". I...
Whether to now provide a way for clients to access the domain name to connect to the server? I don't want to access it directly through an IP address. example:...
Lets Say you have Client and Server. If you merge Client with Scs and CommonLib(ScsService) with some ILMerge tool, then the method execution stops to work. I noticed that the...
Stop and restart server with exception on port 800, other ports are OK: Stop --> Waiting for _running = false --> Start `20-07 23:05:17 [SERVER] [EXCEPTION][d__9.MoveNext]: DeviceRouteFactory :Only one usage...
hi it will be fine to add part about integration with other languages. Iv made issue abut that. https://github.com/hikalkan/scs/issues/32
Hi, We have a logging service hosted in our infrastructure, that is built using HIK SCS library. Is it possible to connect to the service normally without HIK SCS client?...
why always is needed to use ``` private static void WriteInt32(byte[] buffer, int startIndex, int number) { buffer[startIndex] = (byte)((number >> 24) & 0xFF); buffer[startIndex + 1] = (byte)((number >>...