oscpack icon indicating copy to clipboard operation
oscpack copied to clipboard

Automatically exported from code.google.com/p/oscpack

Results 16 oscpack issues
Sort by recently updated
recently updated
newest added

Change ```INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})``` to ```INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})``` To allow using the repository as a submodule with CMake and fix the include error in the ip/win32 files

just the necessary **aarch64** defines to compile on ARM64 platforms everything else seems to work properly as expected ...

> the actual limit for the data length, which is imposed by the underlying IPv4 protocol, is 65,507 bytes (65,535 − 8 byte UDP header − 20 byte IP header)

otherwise the system fails on assert( sizeof(osc::int32) == 4 ) on iPhone X

``` long long doesn't have a defined size only double of a long which in 64bit platforms seems to be 128. both osc::int64 and osc::uint64 should be defined as int64_t...

Priority-Medium
Type-Defect
auto-migrated

``` Hi Ross, As promised here is the diff file that should add multicast support to the current revision. Mattijs ``` Original issue reported on code.google.com by `[email protected]` on 12...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. I compiled with win8 64bit and mingw latest version x86x64 after that I tried to run the SimpleSend exe file and here...

Priority-Medium
Type-Defect
auto-migrated

``` - What steps will reproduce the problem? 1. Create a UdpTransmitSocket and connect it to a remote endpoint, but don't call Bind(). 2. Call LocalEndpointFor(), passing the (connected) remote...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Try to bind UdpListeningReceiveSocket to a multicast address and send messages to the multicast group. It won't work. Suggested fix: change the...

Priority-Medium
Type-Defect
auto-migrated