Jump to content

choose UDP out port


 Share

Recommended Posts

Ciao,

I need to choose the source port when I send an UDP string.

I tried some workaround but with Windows 10 they don't work (

I tried also with the packetsender.com CLI 

$CMD = 'packetsender.com -b ' & $LocalOutPort & ' -u ' & $IP & ' ' & $Port & ' ' ;& '&$StringaRichiestaPlaylist&'
RunWait('"' & @ComSpec & '" /c' & $CMD & '"' & $String & '"', @ScriptDir,@SW_HIDE)

but it doesn't work all the time

Is there another solution?

Thanks

marco

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...