2025 Year of Code: October, Multi-Platform Communication

Hi everyone and welcome to month #10 of the 2025 Year of Code! As we’ve done previously, this is the topic to share your October project, which has the theme of Multi-Platform Communication.

We’re starting things off with MPACSocket, a tiny, reusable UDPSocket subclass that enables zero-config, local-network presence and chat across platforms from Xojo’s @Gabriel_Ludosanu

More information about this is in the October Year of Code blog post

You can download it from the GitHub repository.

Remember: To be entered in the drawings for this month’s prize and the grand prize at the end, you need to share your code, preferably on GitHub. Refer to this blog post if you need help with getting your project on GitHub.

We can’t wait to see your creations this month!

4 Likes

works great thanks !!

it has some kind of auto-discovery on LAN ? i tested beetween 2 macs, smoothless didn’t try with windows / linux

1 Like

Just over a week left in the penultimate Year of Code challenge! Submit your Multi-Platform Communication projects in this thread.

With only 2 Year of Code months left (October & November) I thought it would be fun to recognize some of the most active participants. The top contributor overall is @Wolfgang_Schwarz, who has submitted projects for 7 challenges. @Philip_Cumpston comes in second with 5, and @Serge_Louvet1 and @Jürg_Otter each have 3. A big thank you to all of you for your continued creativity and enthusiasm throughout the year!

Thanks to everyone who has participated in this Year of Code. I look forward to what you create this month and next :slight_smile:

1 Like

Sorry Alyssa, but this october theme is non inspiring for me…

will wait for the next months.

No problem, not every theme can be for everyone! I hope next month is more inspiring!

Hi Alyssa,

I have been working on an app that fits the criteria. Just putting the final touches to it before uploading it to GitHub

Phil

GPS Location Tracker System

A complete real-time GPS tracking solution consisting of an iOS mobile app and a macOS web server. Track your location continuously, sync data over WiFi, and visualise your GPS tracks on an interactive web map. The code is located here

If you try it out, you need to build the iPhone app and move it to an iPhone before the map works. Read the README files before compiling the two applications. The iPhone app contains the class needed for GPS tracking. Good Luck!

Phil

5 Likes