Hello community,
I am trying to work on the following task:
I have a table in a database with the following Information:
id|data|ipaddress|printed
1 | test1 | 192.168.1.1 |false
2 | test2 | 192.168.1.2 |false
3 | test3 | 192.168.1.1 |false
Target addresses can vary (1 and 2 do not have the same address)
or not (1 and 3 have the same address).
I would like to loop through the table and send the string
to several target addresses (there are printers connected which print the string).
The question is how to do that.
I checked the topics "sockets" and "asyncstreams" but I was not
able to find a thread which deals with dynamical changing
target addresses.
Kind regards
h7-25
I am trying to work on the following task:
I have a table in a database with the following Information:
id|data|ipaddress|printed
1 | test1 | 192.168.1.1 |false
2 | test2 | 192.168.1.2 |false
3 | test3 | 192.168.1.1 |false
Target addresses can vary (1 and 2 do not have the same address)
or not (1 and 3 have the same address).
I would like to loop through the table and send the string
to several target addresses (there are printers connected which print the string).
The question is how to do that.
I checked the topics "sockets" and "asyncstreams" but I was not
able to find a thread which deals with dynamical changing
target addresses.
Kind regards
h7-25
Last edited: