mkjeff / secs4net

SECS-II/HSMS-SS/GEM implementation on .NET
https://mkjeff.github.io/secs4net/
MIT License
427 stars 193 forks source link

How can I use Secs4Net to create a passive host EAP to connect to many equipments? #93

Closed xunan27 closed 9 months ago

xunan27 commented 10 months ago

I want to create a passive host to connect to about 20 active equipments,so I need to create 20 HsmsConnections.As I use passive mode,in each HsmsConnection,the port 5000 will be listened,so it will occur an error that "one port can be used just once",so how can I use Secs4Net to create a passive host EAP to connect to many equipments?

mkjeff commented 9 months ago

it is the HSMS-SS implementation, didn't cover your scenario

mkjeff commented 9 months ago

it is the HSMS-SS implementation, didn't cover your scenario

chenlongkuan commented 1 month ago

Is this supported? Can give any demo code? Thanks.