Questions tagged as 'udp'

0
answers

NodeMCU does not receive data as I send via UDP Protocol

I'm developing a simple application, the goal is to simply send the reading of a sensor connected to an Arduino NodeMCU to a Raspberry PI, and perform a similar reading using Raspberry and send to the NodeMCU. Basically, both are inside the s...
asked by 10.06.2018 / 01:44
1
answer

How to make more than one type of request to the Python server?

I've separated using a function, but the code does not get the 'date'. COMPLETE SERVER CODE: import socket import json import sys dicty = { 'the': 'o, a, os, as', 'hello': 'ola', 'hi': 'oi', 'good': 'bom', 'ugly': 'feio...
asked by 05.10.2018 / 13:18
0
answers

DatagramSocket not receiving in the receive method AWS AMAZON EC2

Good evening guys, I have a problem with my code, I'm trying to do the following application. A client - server connection that makes a video stream. It turns out that the code works if I test from one machine to another on a local network....
asked by 15.04.2018 / 00:22
0
answers

Server-to-client communication

Hello, I'm starting programming now, and in networking class I need to create UDP and TCP communication between client and server in Python. I have achieved continuous communication of UDP client and server, with only the server sending messages....
asked by 13.03.2018 / 22:36
0
answers

OpenCV '' Circular buffer overrun '' Stream UDP

I'm trying to capture a video and run it in an OpenCV code, but after a few seconds the video hangs and this error appears: [udp @ 0x1a2d020] Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overru...
asked by 11.03.2018 / 20:44
0
answers

UdpClient not getting

I tried to do a local chat program using UdpClient, no exception is thrown, it just does not get the message (I'm running 2 equal). My code: public class UdpSenderReciver { int Port = 9600; private static UdpClient udp; static IPAddress addre...
asked by 10.01.2018 / 17:43