Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-04-02 Thread Gedare Bloom
On Thu, Apr 1, 2021 at 10:13 PM Ayushman Mishra wrote: > > Respected Sir, > > 1. I successfully build and installed the tool suit in rtems6 > (../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/6 > devel/qemu.bset) , this time all executable related to qemu This is building and inst

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-04-01 Thread Ayushman Mishra
Respected Sir, 1. I successfully build and installed the tool suit in rtems6 (../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/6 devel/qemu.bset) , this time all executable related to qemu (qemu-system-arm) were installed in 6/bin but the gcc file (arm-rtems6-gcc) and other arm-rt

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-31 Thread Gedare Bloom
On Wed, Mar 31, 2021 at 3:18 AM Ayushman Mishra wrote: > > Sir, > I am trying to integrate mongoose web-server in simple rtems > application (https://devel.rtems.org/wiki/Developer/Mongoose_Web_Server), > for that I have to configure networking in rtems. I am using > xilinx_zynq_a9_qemu for simula

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-31 Thread Ayushman Mishra
Sir, I am trying to integrate mongoose web-server in simple rtems application (https://devel.rtems.org/wiki/Developer/Mongoose_Web_Server), for that I have to configure networking in rtems. I am using xilinx_zynq_a9_qemu for simulation bsp and following steps given here https://git.rtems.org/rtems-

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-29 Thread Christian MAUDERER
Hello Ayushman, hello Gedare, Am 29.03.21 um 18:50 schrieb Gedare Bloom: CC: Christian On Mon, Mar 29, 2021 at 10:34 AM Ayushman Mishra wrote: Sir , It would be very helpful to know about potential mentors of (Replace mongoose with civetweb) https://devel.rtems.org/ticket/4334 this project.

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-29 Thread Gedare Bloom
CC: Christian On Mon, Mar 29, 2021 at 10:34 AM Ayushman Mishra wrote: > > Sir , > It would be very helpful to know about potential mentors of (Replace mongoose > with civetweb) https://devel.rtems.org/ticket/4334 this project. > I think Christian is the most likely potential mentor. > On Mon, M

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-29 Thread Ayushman Mishra
Sir , It would be very helpful to know about potential mentors of (Replace mongoose with civetweb) https://devel.rtems.org/ticket/4334 this project. On Mon, Mar 29, 2021, 9:39 PM Gedare Bloom wrote: > On Mon, Mar 29, 2021 at 9:49 AM Ayushman Mishra > wrote: > > > > I have installed libbsd packa

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-29 Thread Gedare Bloom
On Mon, Mar 29, 2021 at 9:49 AM Ayushman Mishra wrote: > > I have installed libbsd package (made > RTEMS_POSIX_API=True,RTEMS_NETWORKING=True in config.ini file to > enable POSIX and networking) but I am still confused about the work That doesn't look right. RTEMS_NETWORKING=True enables the legac

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-29 Thread Ayushman Mishra
I have installed libbsd package (made RTEMS_POSIX_API=True,RTEMS_NETWORKING=True in config.ini file to enable POSIX and networking) but I am still confused about the work already done in this project in past. Also after interacting on discord I think completely replacing mongoose with another web-

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-27 Thread Ayushman Mishra
Greetings to all the respected mentors, 1. I saw there has been a lot of discussion regarding replacing mongoose with civetweb ( https://lists.rtems.org/pipermail/devel/2016-April/014661.html ). I think the basic outline of the project is like this a. Completely removing mongoose and replace it wit

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-21 Thread Ayushman Mishra
Thanks a lot for help and information , actually i am trying to setup mongoose on simple rtems application (https://devel.rtems.org/wiki/Developer/Mongoose_Web_Server) and for that right now I am trying to configure networking and file-system in the application. On Sun, Mar 21, 2021 at 8:54 PM Joe

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-21 Thread Joel Sherrill
On Sun, Mar 21, 2021, 4:45 AM Christian Mauderer wrote: > Hello Ayushman, > > On 21/03/2021 04:15, Ayushman Mishra wrote: > > Ayushman > > Hello everyone , I am very much interested in taking > > https://devel.rtems.org/ticket/4334 > > as a GSOC 2021 project. I know some basic networking concepts

Re: GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-21 Thread Christian Mauderer
Hello Ayushman, On 21/03/2021 04:15, Ayushman Mishra wrote: Ayushman Hello everyone , I am very much interested in taking https://devel.rtems.org/ticket/4334 as a GSOC 2021 project. I know some basic networking concepts and would like to learn more about it and how its applied to OS like RTEMS ,

GSOC project: #4334 Replace Mongoose with Civetweb

2021-03-20 Thread Ayushman Mishra
Ayushman Hello everyone , I am very much interested in taking https://devel.rtems.org/ticket/4334 as a GSOC 2021 project. I know some basic networking concepts and would like to learn more about it and how its applied to OS like RTEMS , regarding this I have some questions. 1. After building a sim