Menu

#6 Provide network socket support for the VDK

VDK 2.0.0
open
2018-01-10
2017-08-23
Jason Ely
No

We live in a virtualised programming world. Speaking to various server and virtual operating systems or clusters has become the norm. VBScript is primarily a scripting language aimed at system administration and remote connecting to various servers and clients has become a common task.

In light of this, the VDK will support synchronous socket programming support for the following protocols:

  1. TCP
  2. UDP
  3. SSH

TCP and UDP support will be provided across Winsock while SSH support will be provided across plink.exe (putty automation executable).

With socket support, VDK users must be able to connect to a socket using a target host and port with a valid username and connection. Once connected, the socket class will have methods to read and write Strings to a remote host.

Discussion

  • Jason Ely

    Jason Ely - 2017-08-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -We live in a virtualised programming world. Speaking to verious server and virtual operating systems or clusters has become the norm. VBScript is primarily a scripting language aimed at system administration and remote connecting to various servers and clients has become a common task.
    +We live in a virtualised programming world. Speaking to various server and virtual operating systems or clusters has become the norm. VBScript is primarily a scripting language aimed at system administration and remote connecting to various servers and clients has become a common task.
    
     In light of this, the VDK will support synchronous socket programming support for the following protocols:
    
     
  • Jason Ely

    Jason Ely - 2017-12-12
    • Milestone: VDK 2.0.0 --> Unassigned
     
  • Jason Ely

    Jason Ely - 2018-01-10
    • Milestone: Unassigned --> VDK 2.0.0
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.