News:

LATEST RELEASE:  FPP 8.5.1 - Download from here - https://github.com/FalconChristmas/fpp/releases/tag/8.5

+-+-

+-User

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+-Site Stats

Members
Total Members: 16968
Latest: sharkboy005
New This Month: 6
New This Week: 1
New Today: 0
Stats
Total Posts: 135729
Total Topics: 17041
Most Online Today: 184
Most Online Ever: 7634
(January 21, 2020, 02:14:03 AM)
Users Online
Members: 1
Guests: 125
Total: 126

Can UDP command be sent from an Event?

Started by falknerlights, April 12, 2020, 02:29:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

falknerlights

Hi, can a UDP command be sent to a device from an event in FPP 3.6.x?
If so, what is the format? I assume it would be a Run Script command, but have not had any success in figuring out the script text.
My use-case is to send a macro command to an ETC Paradigm controller. The controller is looking for IP address/port/message/carriage return.
Thanks in advance!

dkulp

If you have the script executing via /bin/bash instead of /bin/sh (check the first line of the script), then you can likely do something like:

echo "MessageToSend" > /dev/udp/192.168.1.187/3000

just put your target IP address and port after the /dev/udp/ stuff.     This is very bash specific.


We also have "netcat" installed so you could do:

echo "Message" | nc -u 192.168.1.187 3000
Daniel Kulp - https://kulplights.com

falknerlights

Daniel, thanks for your quick reply!
I can't seem to get FPP to output UDP after selecting an event and clicking on Trigger Event.
Attached is a screen shot of the Event window.
I'm sure it's something simple I'm missing.

falknerlights

Daniel, I finally was able to get back to this and it works well!
It turns out I needed to add the -e option and \r for it to work.

The whole script is:

#! /bin/bash

echo -e "Show Start\r" > /dev/udp/192.168.0.180/1316

Support FPP

+- Recent Topics

Falcon 16v4 configuring to smart receivers by JonD
July 14, 2025, 05:26:28 AM

E1.31 Bridge Mode - Crash by Poporacer
July 13, 2025, 10:54:02 PM

E fuse api by Jrbrown
July 12, 2025, 08:06:48 PM

FPP VS eero home network Static IP challenges by JonD
July 11, 2025, 06:11:50 PM

Setting up a wired on demand show on Pi/ FPP to push a show to Falcon Controller by lunchour
July 03, 2025, 03:57:56 PM

ELM (Enttec LED Mapper) and FPP with bare RPi questions by ericjforman
July 02, 2025, 03:10:16 PM

xCapture Playback Issues by ericjforman
July 02, 2025, 11:38:48 AM

fpp-Capture by ericjforman
July 02, 2025, 11:37:53 AM

FM Transmitter – Si4713 by jnealand
June 25, 2025, 08:46:47 AM

Limit for GPIO pixels by Poporacer
June 18, 2025, 07:13:49 AM

Powered by EzPortal
Powered by SMFPacks Menu Editor Mod