Tagged Questions
The recieve tag has no wiki summary.
3
votes
6answers
258 views
Sending while receiving in C
I've made a piece of code in what's on my server as multiple threads
The problem is that it doesn't send data while im receiving on the other socket.
so if i send something from to client 1 to ...
2
votes
2answers
843 views
How can I send data with a TcpListener, and wait for the response?
I have the following code:
using (TcpClient client = new TcpClient())
{
client.Connect(host, port);
using (SslStream stream = new SslStream(client.GetStream(), true))
{
...
1
vote
1answer
23 views
Android: How should i run a service daily and 12pm using alarmmanager
I am trying to open a new service daily at 7 pm that would notify me on startup but i cant resolve this problem and cant understand why. can anyone help me out thankx Here is the code
Here is the ...
1
vote
2answers
135 views
how to recieve mail using python>
Hey everyone, I am trying to make a program on my computer at home that will constantly check a certain gmail address. The purpose being the only email this adress recieves is from me. I would just ...
1
vote
1answer
287 views
SMS via gms modem asp.net
I'm using a gsm modem itengo 3800. I'm currently doing a project that interface with a website to send/receive bulk sms, schedule sms and etc.
The problem is, i don't really know which should it be ...
0
votes
1answer
215 views
Strange/Severe Socket receive Bug in C#
I have a simple program that reads from the socket. Normally it works well. but sometimes The receive is reading 2 bytes that is already read. The structure of the message is
1 byte header, 3 bytes ...
0
votes
2answers
258 views
Allow users to upload files to server via email?
I am administrating a small, private website with 100% trusted users (about 60 people, i know them all personally).
I am having many problems with the PHP based upload system i have in place ...
-1
votes
1answer
91 views
access to e-mail via iphone application
i know that it is impossible to launch mail app from your developed iphoe application to recieve e-mails.My question is :there is another possible way to recieve e-mails from any developed app to ...