CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Jimi121

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    13,482

    How to support TLS FTP Session Resumption

    I am writing FTP client.

    I am using InitializeSecurityContext for tls1.2 authentication with the FTP server.

    I am trying to connect to FileZilla server.

    Control connection handshake going...
  2. Re: Finding Miracast devices using WifiDirect api (c++)

    Thanks but I only see WFDDisplaySinkStart in WifiDirect and it is for Sink i.e miracast server.
    I do not find there in the functions something that can find Miracast Sinks
  3. Finding Miracast devices using WifiDirect api (c++)

    I am trying to find all Miracast devices/wireless display (like smart TV that supports Miracast).

    How i can do that from windows desktop c++ software (not app)?

    I would like to do that from...
  4. Re: c++ code/Library for mirroring Windows using Miracast protocol

    Well my software is windows software and not windows app.
    I even tried to find some detailed protocol info so i will be able to implement the miracast protocol (hopefully with some c source code)...
  5. Re: c++ code/Library for mirroring Windows using Miracast protocol

    Thanks but i only find there c# code and my app is native c++ and I would like to keep it native c++.
    IS there other solution as private lib or anything else i can use that is written in native c++?
  6. c++ code/Library for mirroring Windows using Miracast protocol

    I want to build windows software (not windows app) that will mirror the windows screen to a TV using Miracast protocol. I know that this is built-in on windows 10 using the start menu. But i want my...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured