Questions tagged [supersocket.net]

SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like GPS server, GIS server, game server, FTP server, SMTP/POP3/IMAP4 server, SIP server, SNMP server, etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.

SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like GPS server, GIS server, game server, FTP server, SMTP/POP3/IMAP4 server, SIP server, SNMP server, etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.

It is a pure C# project which is designed to be extended, so it is easy to be integrated to your existing system. If your systems (like forum/CRM/MIS/HRM/ERP) are developed in .NET language, you must be able to use SuperSocket to build your socket application as a part of your current system perfectly.

https://supersocket.codeplex.com/

22 questions
0
votes
0 answers

Can I pass parameters to ReceiverFilter in SuperSocket?

I make ReceiveFilter like this namespace nHapiTest.SuperSocket { public class MLLPBeginEndMarkReceiveFilter : BeginEndMarkReceiveFilter { //Both begin mark and end mark can be two or more bytes private…
0
votes
1 answer

How do I connect an AppSession to a server with SuperSocket?

I'm setting up a new client-server-network with SuperSocket and can't connenct an AppSession to the server. I found this question and tried it for my program. The server is running fine, but at the moment I can only connect with the…
Boeckle
  • 13
  • 7
0
votes
1 answer

Trying to see DOM in Chrome. Receiving SuperSocket could not be found error

I have a VisualStudio C# WindowFormApplication. I have been trying to get the DOM of a Chrome tab. I came across a post on this site from earlier: Accessing the DOM of a Chrome Tab from Visual Studio…
0
votes
0 answers

Using StreamSocket to receive data correctly

I've been developing a Windows Phone 8.1 app that sends and receives data using a StreamSocket. I was having issues with the receiving of large data on the phone. I've written some code that I think deals with this however I'm not sure if it's…
Bugs
  • 4,491
  • 9
  • 32
  • 41
0
votes
0 answers

Realtime messaging framework

We have been using HTML5 WebSocket in front-end and SuperWebSocket in .Net back end application for real time messaging between two applications e.g. when call comes in a cloud based call center (application 1) it should notify all logged in users…
user1089814
  • 35
  • 1
  • 6
0
votes
1 answer

SuperSocket Silverlight policy server not being hit and policy not downloaded

I'm using the SuperSocket Socket Service (SuperSocket.SocketService.exe) as my Silverlight policy server but the service is not being hit and my policy not returned. I can connect to the service through Hercules however. I've enabled the built in…
ceebreenk
  • 1,031
  • 2
  • 14
  • 29
0
votes
0 answers

Superwebsocket server setup fails in windows 8

I have created a server with Superwebsocket(http://superwebsocket.codeplex.com) in .Net and works fine in my windows 7 and any other PC with windows 7, but it is not working in windows 8. It fails at setup() method. web_socket_server = new…
User5791
  • 61
  • 1
  • 6
1
2