ukarim / smppgui

SMPP GUI client
MIT License
8 stars 4 forks source link

Adding a tool to convert text to hex using the charset. #8

Closed atheeqrc closed 8 months ago

atheeqrc commented 9 months ago

Adding a String to Hex conversion tool to convert the text value to hex value which will be used in optional parameters. This will be much useful when the user wants to send a message_payload TLV. Since the current application supports hex value, the users have to use any alternative medium to do this conversion.

This is an enhancement.

atheeqrc commented 9 months ago

Raised a PR #9 . Since I used this application multiple test scenarios, this enhancement will be much easier if this is available in the application itself.