Search found 69 matches

by elektroinside
21 Feb 2019 05:25
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 100085

Re: Tcp/udp Sending and receiving

Yes, very much agreed, a TCP/UDP sender/listener would be awesome. Exactly, this thread is also full of useful info, in case somebody needs help with controlling IoT devices, especially the netcat part, as there's no one place (or i did not found one) where usable workarounds, even for routed phones...
by elektroinside
19 Feb 2019 11:04
Forum: Flow Sharing Area
Topic: Ping anything "n" times from a shortcut
Replies: 2
Views: 10391

Re: Ping google 50 times from a shortcut

I forgot to include an average jitter time, but that can easily be added.
Jitter is important, current and average, as it gives you a rough idea about the health of your network.
by elektroinside
19 Feb 2019 10:16
Forum: Flow Sharing Area
Topic: Ping anything "n" times from a shortcut
Replies: 2
Views: 10391

Re: Ping google 50 times from a shortcut

Improved version, with some preselected hosts, with the possibility to use custom hosts and the number pings.


http://automagic4android.com/flow.php?i ... 2829de2fc9
by elektroinside
19 Feb 2019 07:50
Forum: Flow Sharing Area
Topic: Ping anything "n" times from a shortcut
Replies: 2
Views: 10391

Ping anything "n" times from a shortcut

So my first share :-) A little flow that is triggered from a shortcut from the home screen, which will ping a google dns server 50 times (can be easily customized in the first tile of the flow). It will display a toast message with every result, calculate the min/max/average/jitter/loss, count the r...
by elektroinside
19 Feb 2019 07:37
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 100085

Re: Tcp/udp Sending and receiving

I'm missing the point i'm sure, but aren't TCP/UDP just protocols that sending a http just makes use of? This link here describes perfectly the differences: https://stackoverflow.com/questions/23157817/http-vs-tcp-ip-send-data-to-a-web-server Particularly one comment. But basically, they are not th...
by elektroinside
18 Feb 2019 02:58
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 100085

Re: Tcp/udp Sending and receiving

However, with a TCP/UDP sender/listener, one could send a "getprop" query to the lights and parse the results, or even send a multicast udp (for the discovery) and totally automate everything. So, I could not be more happy if this could be implemented. It could also be used for some lan chatting :-)...
by elektroinside
17 Feb 2019 18:21
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 100085

Re: Tcp/udp Sending and receiving

Yes, you're right, http requests do work! This was the first thing I tried, but I made the mistake to select json data and my commands failed all the time. Many thanks for showing me the right way to do it! I got rid of the plugin as I do not need it anymore and rewrote all my light automation flows...
by elektroinside
17 Feb 2019 11:51
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 100085

Re: Tcp/udp Sending and receiving

Yep, I've been testing this in Termux, unfortunately the only way for me, as I did not root this phone. I'm using it in corporate/mission critical environments (as a helping tool, for monitoring) and i can't risk anything. Integration of something similar in Automagic would be fantastic, as i also n...
by elektroinside
17 Feb 2019 07:18
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 100085

Re: Tcp/udp Sending and receiving

Hi guys, My first post, so I first would like to express my gratitude for this project and app, it's simply phenomenal and made my life way easier. I'm using it to automate my house, phone and generally my life. I would love to see this feature. I'm using the send/expect tasker plugin to manipulate ...