Re: Fwd: [gnu-soc] Interest in GNUnet GSoC Project: Single-process peer

2024-03-06 Thread Ammar Al-Morsi
Hi Martin, I will begin by reviewing the mentioned sections in gnunet_service_lib.h and understanding how the service initialization differs when HAVE_GNUNET_MONOLITH is set. I have successfully installed GNUnet from the source tree. Before I proceed, are there any additional resources or pieces

Re: Fwd: [gnu-soc] Interest in GNUnet GSoC Project: Single-process peer

2024-03-05 Thread Martin Schanzenbach
Ammar Al-Morsi writes: Hi Ammar, some source code pointers: Usually the GNUnet service processes are started using a service macro (instead of a standard main). It can be found here: https://git.gnunet.org/gnunet.git/tree/src/include/gnunet_service_lib.h#n366 Notice how it is already preprared