Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/oatpp/oatpp-ssdp

Oat++ extension module to work with SSDP protocol.
https://github.com/oatpp/oatpp-ssdp

Merge pull request #5 from ddRenrek/udpBufferCreationFix

corrected construction of shared ptr of type std::string

21aa8995797625d8b93bb86f8e68fd0e49eac4ac authored almost 3 years ago by Leonid Stryzhevskyi <[email protected]>
corrected construction of shared ptr of type std::string

fc78d09ad8ab6346b3333a03141af68653532e3b authored almost 3 years ago by Kerner <[email protected]>
Merge pull request #4 from mheyman/master

Build clean on v1.3.0 windows

f6efcb7d2dc18bfac5a3514b28021b539bf9a94a authored almost 3 years ago by Leonid Stryzhevskyi <[email protected]>
fix: builds clean on v1.3.0 windows

c4cc806005d7fc6d66bbdb476993f8edcbc2e384 authored almost 3 years ago by Michael Heyman <[email protected]>
Update azure-pipelines.yml

74a432cb65c724dda29cf4f6ad68840b62990e59 authored about 3 years ago by Leonid Stryzhevskyi <[email protected]>
Merge branch 'master' of github.com:oatpp/oatpp-ssdp

4ad314853564017ec6453e29de1e6590852801be authored about 3 years ago by lganzzzo <[email protected]>
update to the latest oatpp API version.

5cf59df1526882820ed2a23661e870051783392a authored about 3 years ago by lganzzzo <[email protected]>
Merge pull request #3 from beckdave/ssdp-for-windows

Implement missing parts for Windows. Change SO_REUSEPORT to SO_REUSEA…

07338528a1d23b2d937cd5fe8143d0b77efc4fc0 authored almost 4 years ago by Benedikt-Alexander Mokroß <[email protected]>
Remove SO_REUSEADDR in SimpleSsdpUdpStreamProvider, because it is already set in SimpleUdpStreamProvider. SO_REUSEADDR should also be set before bind(). Enable SO_BROADCAST for all plattforms (not only for Windows).

7ee6f04c70c2f815cc5c687f35dbc47d407aeab5 authored almost 4 years ago by David Beck <[email protected]>
Enable SO_BROADCAST for SSDP provider handle for sending broadcasts, only for windows.

72064c59f52fa57b0ae080ff464c9a07c5b9e25a authored almost 4 years ago by David Beck <[email protected]>
Implement missing parts for Windows. Change SO_REUSEPORT to SO_REUSEADDR, because SO_REUSEPORT is not available for Windows. I hope, it is the same behavior.

f432e3a6fd84b1f88ff0e80c45821eddfc9dbcb8 authored almost 4 years ago by David Beck <[email protected]>
Enable `SO_REUSEPORT` for the SSDP provider handle to allow for more than one service.

3da29defff2464ba1cbff3ae8dbccca4e8c329fc authored almost 4 years ago by Benedikt-Alexander Mokroß <[email protected]>
Update to the latest oatpp API.

389110c4ef186d633290363f040f27b68e77ebe3 authored about 4 years ago by lganzzzo <[email protected]>
Update to the latest oatpp API.

7549d817279d03fe4b75c0d3ca4241783a9181e0 authored about 4 years ago by lganzzzo <[email protected]>
Fix alpine build.

34ad2caf214266bbaa424e1c0388e18975db2c5d authored over 4 years ago by lganzzzo <[email protected]>
Merge branch 'master' of github.com:oatpp/oatpp-ssdp

00ec9df2161ed4c2da133ca3775ae5d4f81a05dd authored over 4 years ago by lganzzzo <[email protected]>
Fix API docs.

b745136d628236f5c7b93531c30015eb092a7243 authored over 4 years ago by lganzzzo <[email protected]>
Update README.md

1b7664525780837d5bc4b50b219b623f86c4dea1 authored over 4 years ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #1 from oatpp/udpssdpcombined

Finished implementation of `oatpp-ssdp`. Currently it also contains the `oatpp-udp` implementati...

114a804be7f9ef14e18bab58082eeb46ac593bc9 authored over 4 years ago by Benedikt-Alexander Mokroß <[email protected]>
Build `SsdpMessage` with `std::shared_ptr<IOStream>` as input to avoid copying data

55b830d95b9cbdf6553886ee07b031cd82c34c45 authored over 4 years ago by Benedikt-Alexander Mokroß <[email protected]>
CI. Temporary comment-out the Windows build.

29102e16f48711f23cb67238efed9493ad0a00cc authored over 4 years ago by lganzzzo <[email protected]>
Update README.md

546b0184a936e38fd28a76dd493ad46781c31d64 authored over 4 years ago by Leonid Stryzhevskyi <[email protected]>
Minor code cleanup.

f7a7eca173ef3badd75bce76f01f456a722ec0cf authored over 4 years ago by lganzzzo <[email protected]>
Finished implementation of `UdpStream`. Introduced specializations of `UdpStreamProvider`

- `SimpleUdpStreamProvider` is a base implementation that creates a normal UDP socket and provid...

9fae5b0e25a35523f2b6b4fdb5bd3273e80348ed authored over 4 years ago by Benedikt-Alexander Mokroß <[email protected]>
SsdpStreamHandler

f1a7033803c8dee157e564edeee48929566be7c1 authored over 4 years ago by lganzzzo <[email protected]>
Rename Classes

7da12b2e6a913ef49c65a3d7949b2702d88fbe46 authored over 4 years ago by lganzzzo <[email protected]>
Design Draft

296e100891ba8037c668277e6dae54cb109aed4c authored over 4 years ago by lganzzzo <[email protected]>
Update README.md

79a52e8a406328362eea05805c2a1cd5924b437b authored over 4 years ago by Leonid Stryzhevskyi <[email protected]>
Initial Commit

4e85bbae955efb44bc526c043aa9177f92b62d35 authored over 4 years ago by lganzzzo <[email protected]>