-
i wanted to run ur code on an arduino as a sender and a raspberry as a reciever but althought both code seems to be working just fine ,there is no paquet recieved in the raspberry .
-
Hello,
I installed your plugin in elgg and when I send a message with a single quote (eg: Hello what's up ?) it is not sending!
Please check you added escape for quotes
Thanks and regards.
-
```
What steps will reproduce the problem?
1. Download Android app https://play.google.com/store/apps/details?id=ru.cn.tv
2. Click to cast button in android app
What is the expected output? What do y…
-
```
socket.on('private message',function(msg){
console.log('message :'+msg.split("#*@")[0]);
models.messages.create({
"message":msg.split("#*@")[1],
…
-
Hi @roymacdonald,
I'm trying to use the ofxSoundobjects-NDI addon on a couple projects I'm working on. I'm having trouble getting the sound to play.
The particulars:
Mac Mini (M1)
MacOs 13.4…
-
Hi,
i played recently a bit with the plugin-element - great tool.
Unfortunately, there seems to be a memory leak due to the exchange of RTCP-packages. The RAM of the sender increases roughly by ~10M…
-
### Describe the bug
LAN/WAN router box **without internet.**
**LocalSend 1.14** on an **android** device to send files
and **LocalSend 1.14** on **linux debian** on PC.
Send numerous files (9…
-
Hello, I use post office with wsgi as cron and the mail is sometimes sent twice as following :
![image](https://user-images.githubusercontent.com/1921474/47347096-d7531500-d6ae-11e8-8394-41b8b1bd9…
-
**Sender (AsyncClient):**
std::tuple tpe = std::make_tuple(0,1,2);
ac.SendArgsNoReply(tpe);
**Reciever (AsyncServer service):**
std::tuple tpe = srz::UnPackstd::tuple(req);
printf("Received data: %d,…
-
Hi,
Iam currently using Jzmq without much issues. I do have an optimization query -
All the data I send across ZeroMQ are Strings, which follow this route -
1. Sender - ZMsg.addString(text…