Jan Chaloupecky
50335c4a5c
Added UDP multicast for plugin discovery ( #153 )
...
* Added Timer
* Added UDPSocket::GetAddr
* Added MessageHandlers::SendBeacon()
* PoC of starting a timer on PluginEnable
* C++11
* Added Timer to xcode project
* C++11 in cmake
* added Timer to cmake
* use function pointer in Timer
* moved Timer to namespace
+ wait for thread to join when stopping the timer
* Windows: changed uint to unisgned short
* Windows: Added Timer.h/cpp to project
* GetAddr static
* Send xplane and plugin version with BECN
* SendBeacon with params
* fixed file copyrights
* Include functional
to fix Linux compile error
* review fixes
* Send plugin receive port in BECN
* review fixes
2019-03-14 07:49:43 -07:00
Chris Teubert
d548186252
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# C/src/xplaneConnect.c
# xpcPlugin/XPlaneConnect/mac.xpl
# xpcPlugin/xpcPlugin.xcodeproj/project.pbxproj
2016-02-29 12:51:42 -08:00
Chris Teubert
cfdd183214
Merge branch 'master' into develop
...
# Conflicts:
# xpcPlugin/XPlaneConnect/mac.xpl
# xpcPlugin/xpcPlugin.xcodeproj/project.pbxproj
2016-02-29 12:48:30 -08:00
Chris Teubert
a2fadc5b6a
Update Mac Project
2015-05-20 10:18:21 -07:00
Chris Teubert
1cde0e4086
Updated Mac Binary & Fixed 32-bit building bug
2015-05-14 12:36:44 -07:00
Chris Teubert
ed16227103
Changed mac C++ compiler to 98
2015-05-06 10:39:40 -07:00
Chris Teubert
80be9c4e3f
Changed mac C++ compiler to 98
2015-05-05 13:11:18 -07:00
Chris Teubert
1883aa0afe
mac Binary/new project structure
2015-04-28 12:10:34 -07:00
Chris Teubert
e60dde457c
Changes to work with Mac
...
Changes include:
- Updating Project
- fixing sendto declaration
- Fixed some bugs in #if Mac sections
- Removed unneeded #includes (my compiler didn’t like them)
2015-04-16 12:58:49 -07:00
Chris Teubert
f8372f6f4d
Updates for Mac
2015-04-08 09:12:56 -07:00
Chris Teubert
f114554d9c
Updated Mac xpcPlugin x-code project setup
...
Changed product name to mac, and updated build directory for Fat Plugin
format
2015-04-01 15:58:51 -07:00
Chris Teubert
00971567f8
Removed superfluous mac plugin
2015-03-31 15:02:30 -07:00
Jason Watkins
b91776e687
Removed files that were previously in version control that should be ignored.
2015-03-25 11:32:40 -07:00
Chris Teubert
dd7f4cc83e
Updated .gitignore to ignore mac xcuserstate files
2014-12-04 10:37:47 -08:00
Chris Teubert
2cb1d541d5
Added C Testing Scripts
2014-11-28 10:57:21 -08:00
Chris Teubert
e36dcbb693
Minor fix for requestDREF
...
Fix for requestDREF
2014-11-28 10:05:56 -08:00
Chris Teubert
678b04491d
Documentation/Version Number Changes
2014-11-24 12:29:40 -08:00
Chris Teubert
dde81b9706
Fixed buffer overrun in handleDREF
2014-11-24 12:13:07 -08:00
Chris Teubert
8013ce1003
Initial Version
2014-10-22 15:52:38 -07:00