ZeroEffect
Junior Contributor
I have been thinking about this for awhile, most of the applications i make receive UDP data or send UDP data. As I write the application it all ways is taylored to the sending or receiveing application. But if the sending or receiving application changes I have to retool the app I made and reinstall it.
How would I go about make a setting in a config file that would be the format of the incomming data. Am i making sence? here is an example..
Sending application "A" sends data out like this
|^info1~info2~info3~info4|
How would i make a user changable setting in my config file to represent that?
UDPRecString=??????
thanks for any help you may be able to give me.
ZeroEffect
How would I go about make a setting in a config file that would be the format of the incomming data. Am i making sence? here is an example..
Sending application "A" sends data out like this
|^info1~info2~info3~info4|
How would i make a user changable setting in my config file to represent that?
UDPRecString=??????
thanks for any help you may be able to give me.
ZeroEffect