GSoC 2026: Introduction and PoW: Vedanth

Hi everyone ,

I am Vedanth a third year computer science engineering student studying at PES University.

During my internship I worked extensively with ESP-IDF, deployed Mosquitto MQTT broker on AWS EC2, and built an IoT pipeline routing commands from a cloud dashboard to ESP32 edge devices over MQTT and to downstream hardware via UART.

I have completed the getting started guide , built SPARC/LEON3 running hello.exe on QEMU(leon3_generic). Please find the attached screenshot below.

From 108b17f882a298746228e878f50442684cac6a6e Mon Sep 17 00:00:00 2001
From: A V Vedanth <vedanth.kumar24@gmail.com>
Date: Wed, 18 Mar 2026 02:41:49 +0530
Subject: [PATCH] hello: A V Vedanth GSoC 2026 proof of work

---
 testsuites/samples/hello/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 76b939818a..69d31ef09b 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -41,7 +41,7 @@ static rtems_task Init( rtems_task_argument ignored )
 
   rtems_print_printer_fprintf_putc( &rtems_test_printer );
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "Hello World!! from A V Vedanth\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.43.0


I am interested in adding coreMQTT support to rtems-net-services after observing the NTP/TTCP pattern. Seeing how coreMQTT transport interface can easily work with standard RTEMS POSIX socket api. Would this be considered as a viable project for GSoC 2026 and who would the right mentor be to discuss the scope with?

Thanks,
Vedanth
GitLab: @av-vedanth

Thanks, please confirm that “A V Vedanth” is the proper name for author attribution as shown in your patch / git config user.name setting.

You can search for topics or open a new topic to discuss your project interest. Improvements to the rtems-net-services are generally of interest and should be viable.

Hello ,

Yes “A V Vedanth” is proper name for author attribution.

Thankyou for the confirmation I will setup a separate topic to discuss interests in integrating coreMQTT rtems-net-services.

ok, you can add yourself to tracking/2026 · main · RTEMS / Programs / Google Summer of Code · GitLab.