Jump to content

Search the Community

Showing results for tags 'Encrypted'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 2 results

  1. Hi everybody! Here is my new super tool! It's an AutoItObject TCP Class! Very simple to use, with example and complet decumentation (Made with NaturalDocs) There are two classes: Client, and Server. - The data are encrypted! - The server can handle multiple clients - Data buffering, if you send a big amount of data, it will received as it was sent, not as many little parts of it - OOP programing! (very simple!) PS: You don't need to download AutoItObject, everything you need is in the zip. Update: 03/11/2011 +: Added, -: Deleted/Deprecated, *: Modified, !: Bug corrected === 1.1c === (30/10/2011) Server: +: ClientGetBufferLen method +: Completed doc of ClientPropertyGet and ClientPropertySet methods (Return values) *: Now, when calling .Shutdown, the Callback_LostClient is called for each client. !: Corrected bug: Script error when calling .DisconnectAll befor calling at least one time .Startup (Main socket array was not dimensioned)UDF_TCPClass.rar
  2. Here i am again! Today, i got a new UDF i want to share! It's a clone of my but without POO, only classic functions! It's faster, easier, and the client is more performant, cause it's now very simple to handle mutiple clients per script. Here is v 1.0 (deprecated) (63 downloads) Update v 1.2 Here is the new version. Change Log: Legend: ------- +: Addition, -: Remouved/Deprecated, *: Modified, !: Bug correction Change Log: ----------- === Version 1.2 === (24/11/2011) *: Now UTF-8 String are correctly processed (thanks jchd!) === Version 1.1.1 === (21/11/2011) +: Added 2 helper functions (see documentation) !: Another bug corrected in _TCPServer_SocketList. Thanks Tetdoss (again!) === Version 1.1 === (20/11/2011) +: ZLib data compression, optional (disabled by default) !: Client's properties were not reset when a client disconnects !: Incorrect _TCPServer_SocketList. Now works well (thanks Tetdoss) === Version 1.0 === (11/11/2011) First public version Archive: SimpleTCP_1.2.zip
×
×
  • Create New...