|
Q&A
Jan 15, 2016 12:36:32 GMT -5
Post by Admin on Jan 15, 2016 12:36:32 GMT -5
Please post all of your questions regarding the application in this thread, we will try our best to answer promptly
|
|
ttl
New Member
Posts: 1 Likes: 0
|
Q&A
Jan 15, 2016 17:03:08 GMT -5
Post by ttl on Jan 15, 2016 17:03:08 GMT -5
Hi, I am communicating with a device using hex over udp, is there any way to display as hex the data that the device sends as a reply? The app seems to be converting it to ASCII but most of the data is non-printable characters. Thanks!
|
|
|
Q&A
Jan 15, 2016 17:57:35 GMT -5
Post by aviramido on Jan 15, 2016 17:57:35 GMT -5
At the moment all incoming data is indeed presented in ASCII. I will check how complicated it is to present it in HEX. I will update the forum as soon as this is available. thanks for the feedback
|
|
|
Q&A
Feb 14, 2016 23:46:48 GMT -5
Post by Admin on Feb 14, 2016 23:46:48 GMT -5
Hi, I am communicating with a device using hex over udp, is there any way to display as hex the data that the device sends as a reply? The app seems to be converting it to ASCII but most of the data is non-printable characters. Thanks! ttl - I have added this request and you will be able to set the incoming data to be shown as HEX and not as ASCII (meaning, it will not automatically translate it to ASCII)
|
|
|
Q&A
Mar 13, 2016 7:11:57 GMT -5
Post by Specie on Mar 13, 2016 7:11:57 GMT -5
Hi, I found your software while trying to wrap my head around tcp server/client communication. From the way it works, is your app both a server and client or just a server? This will help my understanding of the topic.
Cheers.
|
|
|
Q&A
Mar 13, 2016 10:22:33 GMT -5
via mobile
Post by Admin on Mar 13, 2016 10:22:33 GMT -5
Hi, I found your software while trying to wrap my head around tcp server/client communication. From the way it works, is your app both a server and client or just a server? This will help my understanding of the topic. Cheers. The application is mostly used as a client. It has the ability to be the server, however there isn't much use for it, and it in BETA for now.
|
|
|
Post by sldehnavi on May 12, 2016 15:24:20 GMT -5
hello
i want to create a circuit that can be connect to a wife modem by lan port via a cable and switch some relays with android app in my phone by wifi connection without Internet access.
|
|
|
Post by sldehnavi on May 12, 2016 15:25:43 GMT -5
hello i want to create a circuit that can be connect to a wife modem by lan port via a cable and switch some relays with android app in my phone by wifi connection without Internet access. my email address : sldehnavi@gmail.com please answer me by email thank you
|
|
|
Q&A
May 13, 2016 8:14:58 GMT -5
Post by Admin on May 13, 2016 8:14:58 GMT -5
hello i want to create a circuit that can be connect to a wife modem by lan port via a cable and switch some relays with android app in my phone by wifi connection without Internet access. my email address : sldehnavi@gmail.com please answer me by email thank you not a problem, will answer via e-mail...
|
|
|
Q&A
Jul 8, 2016 5:14:54 GMT -5
Post by Bernardt on Jul 8, 2016 5:14:54 GMT -5
Hi I am using a tracker device and it works with a sim card , it can be pointed to an server and can send in UDP / TCP and send in hex or ASCII now how can i set the app so that it can receive the data send from device and show it to me via the app ? so i want to use my phone as an server so the device sends the data to my phone the app gets the info and shows it and if i want to send data to device ( commands ) that the app sends it over the air to device ? Bernardtbouillon@live.co.za Thank you in advance
|
|
|
Q&A
Jul 12, 2016 16:24:54 GMT -5
Post by Admin on Jul 12, 2016 16:24:54 GMT -5
Hi I am using a tracker device and it works with a sim card , it can be pointed to an server and can send in UDP / TCP and send in hex or ASCII now how can i set the app so that it can receive the data send from device and show it to me via the app ? so i want to use my phone as an server so the device sends the data to my phone the app gets the info and shows it and if i want to send data to device ( commands ) that the app sends it over the air to device ? Bernardtbouillon@live.co.za Thank you in advance Hi Bernardt, I am sorry, I am not sure I understand what you are trying to do. The tracker device is connected to the internet via a SIM card, meaning it is on the cellular network, correct? What network is your Android phone/tablet on? Does that network allow for incoming UDP / TCP packets from the internet to that specific device (most networks do not allow that)? Ido
|
|
|
Q&A
Jul 31, 2016 17:04:45 GMT -5
Post by ChrisL on Jul 31, 2016 17:04:45 GMT -5
I have a device I'd like to control that takes ascii commands started by a STX command (Hex02) and ended with ETX (Hex03) How do I express hex values in your command strings (I've tried %02, \x02, and 0x02 to no avail)
|
|
|
Q&A
Aug 1, 2016 9:07:30 GMT -5
Post by Admin on Aug 1, 2016 9:07:30 GMT -5
I have a device I'd like to control that takes ascii commands started by a STX command (Hex02) and ended with ETX (Hex03) How do I express hex values in your command strings (I've tried %02, \x02, and 0x02 to no avail) Hi Chris, In order to use HEX values, you will have to set the entire command in HEX. And for the application to send the command in HEX: - Open settings
- Scroll to the "protocol" section
- Click on it and select "HEX"
- From now on, this template will send all commands in HEX
It is important to remember, that all of the commands within this template must be a fully qualified HEX string, meaning, if your command should be: (0x02)START(0x03)You should enter: 02535441525403 Let me know if this works out for you.
|
|
|
Q&A
Sept 24, 2016 6:01:44 GMT -5
Post by rezam691 on Sept 24, 2016 6:01:44 GMT -5
Hi Admin I have found your program very best I want to have develop it to add following function to the program as I have write Arduino program for your program if can following features to be add will be very good
1) when click on buttom ,the device(hardware) can reply that get the code and reply back to program and for example the button that has been push change it's color. 2) I want to add more option to received part for example one the button send data to a fan and a temperature controller send back temperature, the button can change color by getting the temperature and show the exact temp on button 3) can create more than 16 button. 4) I can help you on the android programming also 5) I try to buy the free adv. , but I can't , would you please let me know , how can pay you directly from Paypal
regards Reza
|
|
|
Q&A
Sept 26, 2016 4:04:14 GMT -5
Post by Admin on Sept 26, 2016 4:04:14 GMT -5
Hi Admin I have found your program very best I want to have develop it to add following function to the program as I have write Arduino program for your program if can following features to be add will be very good 1) when click on buttom ,the device(hardware) can reply that get the code and reply back to program and for example the button that has been push change it's color. 2) I want to add more option to received part for example one the button send data to a fan and a temperature controller send back temperature, the button can change color by getting the temperature and show the exact temp on button 3) can create more than 16 button. 4) I can help you on the android programming also 5) I try to buy the free adv. , but I can't , would you please let me know , how can pay you directly from Paypal regards Reza Hi Reza, I apologize for the late reply. All of these features exist already, you can see in the guide thread how to send a reply that will change the color and text a button is showing. I copy pasted the text here so you can use it: How to use "handle incoming settings" - developed for Phil Green: 1. Enable the feature in the settings 2. Set the application to 'listen' on a UDP port (or TCP) 3. Send a UDP string to the device in this SPECIFIC format: **B<buttonID>,,<buttonName>,,<buttonCommand>,,<buttonColor>; You can have as many button as you want within the same string, here is an example of how to use this: **B05,,Test Name5,,PEACE,,#ffffff00;**B06,,Test Name6,,123,,#ff0000ff;**B07,,,,456,,#ff00ffff; 4. Note: the string MUST end with ';' 5. If you wish to only change the label and not the command or color, simply leave that blank, for example: **B07,,,,OK,,,,; This will set Button 7 command to be "OK" and will not change the color or name (label) How to use responses from "handling incoming messages": The purpose here is to allow the remote device to confirm that the settings were set properly. To use this: 1. Enable in settings (both the handling of incoming messages and the reply) 2. Set the correct outgoing settings (IP/Port), of where the application should send the response to 3. Send a "setting" string The reply protocol is: **R+<StatusCode>+,,+<TimeInMilisecondsItTookToProcess> Possible Status Codes: 01 - success 02 - error Sample reply string will be: **R01,,45 Which means, incoming settings were processed without a problem and it took a total of 45ms. Let me know if you need anything else.
|
|
|
Q&A
Oct 9, 2016 17:05:26 GMT -5
evert likes this
Post by micko on Oct 9, 2016 17:05:26 GMT -5
Hi I need a modification of UDP TCP Server I use application to send only two UDP string to server over internet. Can you please add possibility under button config to use hardware button on the phone(vol up and vol down) or possibility of use Bluetooth device?
|
|
|
Q&A
Oct 22, 2016 13:07:47 GMT -5
via mobile
Post by Admin on Oct 22, 2016 13:07:47 GMT -5
Hi I need a modification of UDP TCP Server I use application to send only two UDP string to server over internet. Can you please add possibility under button config to use hardware button on the phone(vol up and vol down) or possibility of use Bluetooth device? HI Micko, I am sorry, but at the moment I will not be adding this functionality.
|
|
wojtek
New Member
Posts: 4 Likes: 0
|
Q&A
Nov 14, 2016 6:31:31 GMT -5
Post by wojtek on Nov 14, 2016 6:31:31 GMT -5
Hi Does not work service colors using "handle incoming settings" - developed for Phil Green. Is there something in return ? Thanks
|
|
|
Q&A
Nov 14, 2016 22:26:16 GMT -5
via mobile
Post by Admin on Nov 14, 2016 22:26:16 GMT -5
Hi Does not work service colors using "handle incoming settings" - developed for Phil Green. Is there something in return ? Thanks Can you provide more details on your setup? Are you using UDP/TCP? What is the command that you are sending back to the device? What version of the application you are using? Have you enabled the option in the settings? I recently added the option to set each button color separately, you might want to try that as well. Thanks for using my application
|
|
wojtek
New Member
Posts: 4 Likes: 0
|
Q&A
Nov 15, 2016 9:53:44 GMT -5
Post by wojtek on Nov 15, 2016 9:53:44 GMT -5
I use UDP I send feedback about the status of the relay OFF - "**B01,,Bedroom\nceiling,,OS12-0-0,,#fbfbfb;" ON - "**B01,,Bedroom\nceiling,,OS12-0-0,,#ff9900;". Label and command works, color does not work. UDP TCP Server Paid v.43.2. In the previous version worked properly. Yes Thanks
|
|
|
Q&A
Nov 15, 2016 11:11:24 GMT -5
via mobile
Post by Admin on Nov 15, 2016 11:11:24 GMT -5
I use UDP I send feedback about the status of the relay OFF - "**B01,,Bedroom\nceiling,,OS12-0-0,,#fbfbfb;" ON - "**B01,,Bedroom\nceiling,,OS12-0-0,,#ff9900;". Label and command works, color does not work. UDP TCP Server Paid v.43.2. In the previous version worked properly. Yes Thanks Understood, thank you, I will look into that ASAP. Thanks
|
|
|
Q&A
Nov 16, 2016 0:29:14 GMT -5
Post by Admin on Nov 16, 2016 0:29:14 GMT -5
I use UDP I send feedback about the status of the relay OFF - "**B01,,Bedroom\nceiling,,OS12-0-0,,#fbfbfb;" ON - "**B01,,Bedroom\nceiling,,OS12-0-0,,#ff9900;". Label and command works, color does not work. UDP TCP Server Paid v.43.2. In the previous version worked properly. Yes Thanks wojtekI am uploading a new version of the paid version into production now, version 43.3, this version should solve the issue you are reporting, can you please test and confirm that it was indeed solved? Thanks,
|
|
wojtek
New Member
Posts: 4 Likes: 0
|
Q&A
Nov 16, 2016 11:52:27 GMT -5
Post by wojtek on Nov 16, 2016 11:52:27 GMT -5
It works Thanks Add in the next version to send commands at startup applications and cyclically. The buttons will act as controls.
|
|
|
Q&A
Nov 22, 2016 14:53:43 GMT -5
Post by trystian on Nov 22, 2016 14:53:43 GMT -5
Greetings Ido,
I just bought your "UDP TCP Server Paid" android application (Version: 43.3). I develop windows/web applications, and use your application to help me when building my automation tools using TCP and UDP protocols. I find it very useful. Thank you for developing it.
Sadly, I have found a bug with it. Your application crashes when I try to send a TCP command/packet to a IP+Port which is not listening or responding. I'm guessing that you aren't setting the "Socket.setSoTimeout(int)" method and checking for "SocketTimeoutException" to be thrown. I'm just guessing that you are writing this in Java.
This isn't criticism, just a friendly bug report. =)
I hope you can fix this issue in the near future.
תּוֹדָה רַבָּה
Trystian
|
|
|
Q&A
Nov 22, 2016 23:36:14 GMT -5
via mobile
Post by Admin on Nov 22, 2016 23:36:14 GMT -5
Greetings Ido, I just bought your "UDP TCP Server Paid" android application (Version: 43.3). I develop windows/web applications, and use your application to help me when building my automation tools using TCP and UDP protocols. I find it very useful. Thank you for developing it. Sadly, I have found a bug with it. Your application crashes when I try to send a TCP command/packet to a IP+Port which is not listening or responding. I'm guessing that you aren't setting the "Socket.setSoTimeout(int)" method and checking for "SocketTimeoutException" to be thrown. I'm just guessing that you are writing this in Java. This isn't criticism, just a friendly bug report. =) I hope you can fix this issue in the near future. תּוֹדָה רַבָּה Trystian Hi trystianThe forums are here for this purpose, no need to apologize or anything, every software has bugs, and I am happy when people report them, allowing me to fix them. I will look into this ASAP, but I can %##ure you that timeouts are handled, it is probably something else, I'll do my best to find and fix it. Thanks for letting me know Ido
|
|
|
Q&A
Nov 23, 2016 17:39:32 GMT -5
Post by Admin on Nov 23, 2016 17:39:32 GMT -5
Greetings Ido, I just bought your "UDP TCP Server Paid" android application (Version: 43.3). I develop windows/web applications, and use your application to help me when building my automation tools using TCP and UDP protocols. I find it very useful. Thank you for developing it. Sadly, I have found a bug with it. Your application crashes when I try to send a TCP command/packet to a IP+Port which is not listening or responding. I'm guessing that you aren't setting the "Socket.setSoTimeout(int)" method and checking for "SocketTimeoutException" to be thrown. I'm just guessing that you are writing this in Java. This isn't criticism, just a friendly bug report. =) I hope you can fix this issue in the near future. תּוֹדָה רַבָּה Trystian trystianI just published a new version to the BETA channel of the paid application, it should solve the problem you found. The issue was caused because I have set a timeout of 60 seconds, while the Android OS may have a lower timeout to an application that is practically "stuck" for that long. The solution is two fold: 1. Reduce the default timeout to 30 seconds 2. Add an option for the user to set the timeout in the application settings (new entry named "TCP Timeout") My next stage will be to add a nice "please wait" form, so a user will know that the application is waiting for the socket to connect. Please test this version (43.4) of the BETA channel, and let me know if the issue is indeed solved, if it is, I will continue working on the please wait form and release a full version within the next week or so. Thanks again for letting me know about this issue. Ido
|
|
|
Q&A
Jan 22, 2017 4:07:45 GMT -5
Post by Aravindh on Jan 22, 2017 4:07:45 GMT -5
Hi..I want to communicate between two android mobiles. I have created a hotspot in one mobile and connected with another one. Shall I able to use use app??
|
|
|
Q&A
Jan 23, 2017 17:23:52 GMT -5
Post by Admin on Jan 23, 2017 17:23:52 GMT -5
Hi @aravindh, What kind of communication are you looking to achieve? My application will let you send UDP/TCP packets from one device to another, but I am not sure what is the communication you are looking to achieve.
Ido
|
|
|
Q&A
May 12, 2017 14:53:17 GMT -5
via mobile
Post by Bigbug on May 12, 2017 14:53:17 GMT -5
Hi. Love the app. I'd like to propose a feature that would be very helpful to me. If a button is pressed and held down it would be nice if it repeated the command with a set time delay to be defined in settings until button is released.
|
|
|
Q&A
May 15, 2017 16:27:11 GMT -5
Post by Admin on May 15, 2017 16:27:11 GMT -5
Hi. Love the app. I'd like to propose a feature that would be very helpful to me. If a button is pressed and held down it would be nice if it repeated the command with a set time delay to be defined in settings until button is released. Interesting idea, what is the use case you have in mind? Increasing volume or something like that? Glad you like the app, thanks! Ido
|
|