Jump to content

esegece

Members
  • Content Count

    64
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by esegece


  1. sgcWebSockets is a complete package providing access to HTML5 WebSockets API (WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket) allowing to create WebSocket Servers, and WebSocket clients in VCL, Lazarus and Firemonkey Applications.

     

    What's new latest versions

    - New Telegram API Component for Windows, Android, OSX and Linux.

    - Improved MQTT client component: support for 3.1.1 and 5.0.

    - Improved Indy Server + IOCP.

    - Improved Binance and Kraken APIs, now support full WebSockets and REST Protocols.

    - Fixed some bugs using OpenSSL 1.1.1 and TLS 1.3

    - Several improvements about performance and stability.

    
    Main Features:

    - WebSocket and HTTP Support: sgcWebSockets includes client and server-side implementations of the WebSocket protocol (RFC 6455). HTTP/s is also full supported. Support for plain TCP is also included.
    - SSL/TLS for Security: Your messages are secure using our SSL/TLS implementation. Widest compatibility via support for modern TLS 1.3, TLS 1.2, TLS 1.1 and TLS 1.0
    - Protocols and APIs: Several protocols are supported: MQTT (3.1.1 and 5.0), STOMP, WEBRTC, SIGNALR CORE, WAMP... Built-in protocols support Transactions, Datasets, QoS, big file transfers and more. APIs supported for third-parties like Pusher, Bitfinex, Huobi, CEX...
    - Cross-platform: Share your code using our WebSockets library for your Delphi VCL, Firemonkey, Intraweb, Javascript and C# projects. Includes Server, Clients and several protocols for building and connecting to WebSocket applications.
    - High Performance WebSocket Server based on Microsoft HTTP Framework and IOCP.

     

    Trial Version:

    https://www.esegece.com/websockets/download

     

    Compiled Demos:
    http://www.esegece.com/download/sgcWebSockets_bin.zip

     

    More Info:
    http://www.esegece.com/websockets

    • Like 1

  2. sgcWebSockets is a complete package providing access to HTML5 WebSockets API (WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket) allowing to create WebSocket Servers, and WebSocket clients in VCL, Lazarus and Firemonkey Applications.

     

    What's new latest versions

    - New Telegram API Component.

      - Compiled Telegram Client Demo: https://www.esegece.com/download/protocols/sgcTelegram.zip

      - Documentation Telegram: https://www.esegece.com/help/sgcWebSockets/#t=Components%2FAPIs%2FOther%2FTelegram%2FAPI_Telegram.htm

    - Improved Kraken API, now supports full WebSockets and REST Protocols.
    - Several improvements about performance and stability.

    
    Main Features:

    - WebSocket and HTTP Support: sgcWebSockets includes client and server-side implementations of the WebSocket protocol (RFC 6455). HTTP/s is also full supported. Support for plain TCP is also included.
    - SSL/TLS for Security: Your messages are secure using our SSL/TLS implementation. Widest compatibility via support for modern TLS 1.3, TLS 1.2, TLS 1.1 and TLS 1.0
    - Protocols and APIs: Several protocols are supported: MQTT (3.1.1 and 5.0), STOMP, WEBRTC, SIGNALR CORE, WAMP... Built-in protocols support Transactions, Datasets, QoS, big file transfers and more. APIs supported for third-parties like Pusher, Bitfinex, Huobi, CEX...
    - Cross-platform: Share your code using our WebSockets library for your Delphi VCL, Firemonkey, Intraweb, Javascript and C# projects. Includes Server, Clients and several protocols for building and connecting to WebSocket applications.
    - High Performance WebSocket Server based on Microsoft HTTP Framework and IOCP.

     

    Trial Version:

    https://www.esegece.com/websockets/download

     

    Compiled Demos:
    http://www.esegece.com/download/sgcWebSockets_bin.zip

     

    More Info:
    http://www.esegece.com/websockets


  3. sgcWebSockets is a complete package providing access to HTML5 WebSockets API (WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket) allowing to create WebSocket Servers, and WebSocket clients in VCL, Lazarus and Firemonkey Applications.

     

    What's new latest versions

    - New component which supports Google PubSub API.

    - Improved Binance API, now supports WebSocket live subscriptions, WebSocket User Stream and REST API.
    - New client component for Amazon SQS.

    - OAuth2 is now supported in WebSocket and HTTP client components.

    - Several improvements about performance and stability.

    
    Main Features:

    - WebSocket and HTTP Support: sgcWebSockets includes client and server-side implementations of the WebSocket protocol (RFC 6455). HTTP/s is also full supported. Support for plain TCP is also included.
    - SSL/TLS for Security: Your messages are secure using our SSL/TLS implementation. Widest compatibility via support for modern TLS 1.3, TLS 1.2, TLS 1.1 and TLS 1.0
    - Protocols and APIs: Several protocols are supported: MQTT (3.1.1 and 5.0), STOMP, WEBRTC, SIGNALR CORE, WAMP... Built-in protocols support Transactions, Datasets, QoS, big file transfers and more. APIs supported for third-parties like Pusher, Bitfinex, Huobi, CEX...
    - Cross-platform: Share your code using our WebSockets library for your Delphi VCL, Firemonkey, Intraweb, Javascript and C# projects. Includes Server, Clients and several protocols for building and connecting to WebSocket applications.
    - High Performance WebSocket Server based on Microsoft HTTP Framework and IOCP.

     

    Trial Version:

    https://www.esegece.com/websockets/download

     

    Compiled Demos:
    http://www.esegece.com/download/sgcWebSockets_bin.zip

     

    More Info:
    http://www.esegece.com/websockets

    • Like 1

  4. Hi,

     

    I am the developer of sgcWebSockets and in prior versions I've updated Indy library to support OpenSSL 1.1.1. Some customers have asked to release Indy with OpenSSL 1.1.1 publicly, so now everyone how wants can download full indy package without any limits from my website. At this moment, this indy version is beta, I didn't try all IDE versions and personalities. Source is not included only compiled versions, but I can provide if anyone is interested.

    Delphi and C++ Builder versions from 7 to 10.3.3 are provided.

    There is small demo which shows how a TIdHTTP component can connect to https server using openssl 1.1.1

     

    More Info:

    https://www.esegece.com/indy

     

    Download:

    https://www.esegece.com/indy/download

     

    Hope it helps. 


  5. sgcWebSockets is a complete package providing access to HTML5 WebSockets API (WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket) allowing to create WebSocket Servers, and WebSocket clients in VCL, Lazarus and Firemonkey Applications.

     

    What's new 4.3.3

    - Added support for IOCP Indy Server (Websocket and HTTP Servers)
    - Updated to latest Lazarus 2.0.6 version.
    - Some improvements about performance and stability.

    
    Main Features:

    - WebSocket and HTTP Support: sgcWebSockets includes client and server-side implementations of the WebSocket protocol (RFC 6455). HTTP/s is also full supported. Support for plain TCP is also included.
    - SSL/TLS for Security: Your messages are secure using our SSL/TLS implementation. Widest compatibility via support for modern TLS 1.3, TLS 1.2, TLS 1.1 and TLS 1.0
    - Protocols and APIs: Several protocols are supported: MQTT (3.1.1 and 5.0), STOMP, WEBRTC, SIGNALR CORE, WAMP... Built-in protocols support Transactions, Datasets, QoS, big file transfers and more. APIs supported for third-parties like Pusher, Bitfinex, Huobi, CEX...
    - Cross-platform: Share your code using our WebSockets library for your Delphi VCL, Firemonkey, Intraweb, Javascript and C# projects. Includes Server, Clients and several protocols for building and connecting to WebSocket applications.
    - High Performance WebSocket Server based on Microsoft HTTP Framework and IOCP.

     

    Trial Version:

    http://www.esegece.com/download/sgcWebSockets.zip

     

    Compiled Demos:
    http://www.esegece.com/download/sgcWebSockets_bin.zip

     

    More Info:
    http://www.esegece.com/websockets

    • Like 1
    • Thanks 1

  6. sgcBiometrics is a package based on Microsoft Windows Biometric Framework, which support the consistent development and management of biometric devices such as fingerprint readers. Package can access to 2 different type of Pool Sensors:

     

    System Pool Sensor: A collection of sharable biometric units that provide access to Windows authentication services. This pool is used by Winlogon, UAC, and any other client that associates a SID with a specific biometric template. Each biometric service provider has one system sensor pool.

    Private Pool Sensor: A collection of biometric units allocated for exclusive use by a client application. Private pools can support authentication scenarios that are not Windows-based, and they make it possible for an application to access the hardware of a biometric unit in a vendor-defined fashion (example: user login to an application like ERP).


    Latest changes:

    - New Method to enumerate enrollments (example: if thumb and index right fingers are already registered or not). Read more
    - New Component TsgcWinBioUsersINI which allows associate users to fingerprints. Read more

    Editions supported:

    - From Delphi 7 to Delphi 10.3 Rio
    - From CBuilder 2010 to CBuilder 10.3 Rio


    More info:

    https://www.esegece.com/biometrics


    Download

    You can download an already compiled demo which shows main features. A Fingerprint reader with support for WBF (example: compatible with Windows Hello) is required and Windows 7 or later.

    https://www.esegece.com/download/sgcBiometrics.zip


  7. sgcWebSockets is a complete package providing access to HTML5 WebSockets API (WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket) allowing to create WebSocket Servers, and WebSocket clients in VCL, Lazarus and Firemonkey Applications.

     

    What's new 4.3.2

    - Added support for Android 64bits in Rad Studio 10.3.3 Rio.
    - Added support for OpenSSL 1.1.1 for Indy based components. *Requires custom Indy version (Beta) (Trial doesn't includes this version).
    - Added Support for ALPN (Application-Layer Protocol Negotiation) for Server and Client components based on Indy. *Requires custom Indy version (Beta)  (Trial doesn't includes this version)
    - Some improvements about performance and stability.

    
    Main Features:

    - WebSocket and HTTP Support: sgcWebSockets includes client and server-side implementations of the WebSocket protocol (RFC 6455). HTTP/s is also full supported. Support for plain TCP is also included.
    - SSL/TLS for Security: Your messages are secure using our SSL/TLS implementation. Widest compatibility via support for modern TLS 1.3, TLS 1.2, TLS 1.1 and TLS 1.0
    - Protocols and APIs: Several protocols are supported: MQTT (3.1.1 and 5.0), STOMP, WEBRTC, SIGNALR CORE, WAMP... Built-in protocols support Transactions, Datasets, QoS, big file transfers and more. APIs supported for third-parties like Pusher, Bitfinex, Huobi, CEX...
    - Cross-platform: Share your code using our WebSockets library for your Delphi VCL, Firemonkey, Intraweb, Javascript and C# projects. Includes Server, Clients and several protocols for building and connecting to WebSocket applications.
    - High Performance WebSocket Server based on Microsoft HTTP Framework and IOCP.

     

    Trial Version:

    http://www.esegece.com/download/sgcWebSockets.zip

     

    Compiled Demos:
    http://www.esegece.com/download/sgcWebSockets_bin.zip

    Demo Chat has been updated to show how works OpenSSL 1.1 (Server and Client component)

     

    More Info:
    http://www.esegece.com/websockets

    • Like 1

  8. sgcBiometrics is a package based on Microsoft Windows Biometric Framework, which support the consistent development and management of biometric devices such as fingerprint readers.

    sgcBiometrics can access to 2 different type of Pool Sensors:

     

    System Pool Sensor: A collection of sharable biometric units that provide access to Windows authentication services. This pool is used by Winlogon, UAC, and any other client that associates a SID with a specific biometric template. Each biometric service provider has one system sensor pool.

    Private Pool Sensor: A collection of biometric units allocated for exclusive use by a client application. Private pools can support authentication scenarios that are not Windows-based, and they make it possible for an application to access the hardware of a biometric unit in a vendor-defined fashion (example: user login to an application like ERP).


    Latest changes:

    - New Property Asynchronous, if enabled, allows to process events asynchronously (application doesn't blocks till user action).
    - New Method to delete biometric templates.
    - New Event which is called when a template is deleted.


    Editions supported:

    - From Delphi 7 to Delphi 10.3 Rio
    - From CBuilder 2010 to CBuilder 10.3 Rio


    More info:

    https://www.esegece.com/biometrics


    Download

    You can download an already compiled demo which shows main features. A Fingerprint reader with support for WBF (example: compatible with Windows Hello) is required and Windows 7 or later.

    https://www.esegece.com/download/sgcBiometrics.zip


  9. sgcWebSockets is a complete package providing access to HTML5 WebSockets API (WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket) allowing to create WebSocket Servers, and WebSocket clients in VCL, Lazarus and Firemonkey Applications.

     

    What's new 4.3.1

    - Added support for MQTT 5.0
    - WebSocket Client now supports Token Authentication.
    - More compatibility with C++ Builder packages.
    - Some improvements about performance and stability.


    Main Features:

    - WebSocket and HTTP Support: sgcWebSockets includes client and server-side implementations of the WebSocket protocol (RFC 6455). HTTP/s is also full supported. Support for plain TCP is also included.
    - SSL/TLS for Security: Your messages are secure using our SSL/TLS implementation. Widest compatibility via support for modern TLS 1.2, TLS 1.1 and TLS 1.0
    - Protocols and APIs: Several protocols are supported: MQTT, STOMP, WEBRTC, SIGNALR CORE, WAMP... Built-in protocols support Transactions, Datasets, QoS, big file transfers and more. APIs supported for third-parties like Pusher, Bitfinex, Huobi, CEX...
    - Cross-platform: Share your code using our WebSockets library for your Delphi VCL, Firemonkey, Intraweb, Javascript and C# projects. Includes Server, Clients and several protocols for building and connecting to WebSocket applications.
    - High Performance WebSocket Server based on Microsoft HTTP Framework and IOCP.

     

    Trial Version:
    http://www.esegece.com/download/sgcWebSockets.zip

     

    Compiled Demos:
    http://www.esegece.com/download/sgcWebSockets_bin.zip

     

    More Info:
    http://www.esegece.com/websockets

    • Like 1

  10. sgcWebSockets is a complete package providing access to HTML5 WebSockets API (WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket) allowing to create WebSocket Servers, and WebSocket clients in VCL, Lazarus and Firemonkey Applications.

     

    What's new 4.3.0

    - Added support for OSX64 in Delphi 10.3.2
    - New API for Kraken servers (is a US-based cryptocurrency exchange).
    - Added Support for Authentication using Tokens in SignalRCore API.
    - Several improvements about performance and stability.


    Main Features:

    - WebSocket and HTTP Support: sgcWebSockets includes client and server-side implementations of the WebSocket protocol (RFC 6455). HTTP/s is also full supported. Support for plain TCP is also included.
    - SSL/TLS for Security: Your messages are secure using our SSL/TLS implementation. Widest compatibility via support for modern TLS 1.2, TLS 1.1 and TLS 1.0
    - Protocols and APIs: Several protocols are supported: MQTT, STOMP, WEBRTC, SIGNALR CORE, WAMP... Built-in protocols support Transactions, Datasets, QoS, big file transfers and more. APIs supported for third-parties like Pusher, Bitfinex, Huobi, CEX...
    - Cross-platform: Share your code using our WebSockets library for your Delphi VCL, Firemonkey, Intraweb, Javascript and C# projects. Includes Server, Clients and several protocols for building and connecting to WebSocket applications.
    - High Performance WebSocket Server based on Microsoft HTTP Framework and IOCP.

     

    Trial Version:
    http://www.esegece.com/download/sgcWebSockets.zip

     

    Compiled Demos:
    http://www.esegece.com/download/sgcWebSockets_bin.zip

     

    More Info:
    http://www.esegece.com/websockets

    • Like 1
×