Search found 11 matches

by xhide
Thu Apr 09, 2026 8:54 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: TLS version
Replies: 3
Views: 1900

Re: TLS version

Hi,

I'm testing version inetlab 2.9.38, TLS 1.3 giving me exception "The requested security protocol is not supported."

But if I change it to TLS 1.2, the client manage to bind.

Am compiling with dotnet 8.0

Appreciate your feedback on this.

Thank you.

xhide
by xhide
Fri Jul 04, 2025 5:14 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Send MO via SMPP Server to Client
Replies: 0
Views: 77021

Send MO via SMPP Server to Client

Hi,

May I know how can I send MO from smpp server to connected smpp client.

Thank you.
by xhide
Thu Jan 21, 2021 2:06 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: TPS in Win10 and WIn Server 2016
Replies: 2
Views: 23487

Re: TPS in Win10 and WIn Server 2016

Hi Admin,

I was testing V2.8.1

The demo client V.29 manage to hit the TPS in both Win10 and WinSvr 2016.

Thank you.
by xhide
Wed Jan 20, 2021 2:40 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: TPS in Win10 and WIn Server 2016
Replies: 2
Views: 23487

TPS in Win10 and WIn Server 2016

Hi,

I've tested the sending speed using the demo tools in Win10 and Win Server 2016.
There's a huge difference between the two.
Win 10 is getting 38.23215 m/s when I tested with 500 msgs with 50TPS.
Win Server 2016 is getting 12.6807 m/s with same parameter.
I've also tested running the smppclient ...
by xhide
Tue Jul 07, 2020 2:05 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Split long message after receiving from client
Replies: 1
Views: 85569

Split long message after receiving from client

Hi,

Is there an approach where I am able to split the 1 long message into multiple parts after receiving from client?

The scenario is client send in 1 long message, and I would like to return multiple DR as per message parts.

Thank you.
by xhide
Fri Jul 03, 2020 3:07 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Receiving multi part message
Replies: 3
Views: 131753

Re: Receiving multi part message

I've got it to work.

Thank you very much.
by xhide
Fri Jul 03, 2020 1:26 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Receiving multi part message
Replies: 3
Views: 131753

Re: Receiving multi part message

HI Admin,

Thank you for the reply.

The issue I am currently facing is the OnFullMessageReceived is triggered when I received the 1st message.

Here the sample of the message in hex code.

1st part ...
by xhide
Thu Jul 02, 2020 7:01 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Receiving multi part message
Replies: 3
Views: 131753

Receiving multi part message

Hi,

I need help on receiving multipart messages with leading header.

I've set the ESMClass to 64 but the UserDataPdu header is empty.

Appreaciate any help.

Thank you.
by xhide
Tue Feb 16, 2016 3:30 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Service stopped after exception
Replies: 2
Views: 23175

Re: Service stopped after exception

Hi,

Appreciate any help from you guys.

The service down twice a day some times, it not good.

Thanks.
by xhide
Sat Feb 06, 2016 12:47 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Service stopped after exception
Replies: 2
Views: 23175

Service stopped after exception

Hi,

I built a windows service of SMPP Server.

The service would stop when this exception occurred.

May I know what went wrong?

Thanks.

This is the message I gotten from event viewer.

Description: The process was terminated due to an unhandled exception.
Exception Info: System ...
by xhide
Wed Dec 02, 2015 3:07 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Multi SMPP connection
Replies: 3
Views: 36384

Re: Multi SMPP connection

Hi,

Can you give some example on how to use the sender as reference?

I am trying to create multiple instance of the client but having trouble identifying the clients.

Thanks.