2015-06-18T16:49:17 *** rtems-irc has joined #rtems 2015-06-18T17:05:32 *** rtems-irc has joined #rtems 2015-06-18T17:58:19 *** rtems-irc has joined #rtems 2015-06-18T18:05:46 *** krohini has quit IRC 2015-06-18T18:06:25 *** krohini has joined #rtems 2015-06-18T18:14:16 *** ketul has quit IRC 2015-06-18T18:18:30 *** monstr has quit IRC 2015-06-18T18:59:54 *** hesham has joined #rtems 2015-06-18T19:01:28 *** dr__house|away is now known as dr__house 2015-06-18T19:35:39 *** ketul has joined #rtems 2015-06-18T19:59:49 *** Davidbrcz has quit IRC 2015-06-18T20:00:22 *** gedare has quit IRC 2015-06-18T20:09:22 *** krohini has quit IRC 2015-06-18T20:18:30 *** sujayraaj has joined #rtems 2015-06-18T20:43:14 *** Davidbrcz has joined #rtems 2015-06-18T20:49:55 *** sujayraaj has quit IRC 2015-06-18T21:28:48 *** hesham has quit IRC 2015-06-18T21:49:53 *** ketul has quit IRC 2015-06-18T21:57:33 *** gedare has joined #rtems 2015-06-18T21:57:33 *** ChanServ sets mode: +o gedare 2015-06-18T22:04:23 *** gedare has quit IRC 2015-06-18T22:07:48 *** javamonn has quit IRC 2015-06-18T22:08:05 *** javamonn has joined #rtems 2015-06-18T22:11:52 *** javamonn has quit IRC 2015-06-18T22:14:59 *** javamonn has joined #rtems 2015-06-18T22:20:36 *** kiwichris has joined #rtems 2015-06-18T22:55:15 *** Davidbrcz has quit IRC 2015-06-18T22:55:15 *** sirfranklin has quit IRC 2015-06-18T22:55:15 *** Schoumi has quit IRC 2015-06-18T22:55:15 *** fds has quit IRC 2015-06-18T23:05:57 *** Davidbrcz has joined #rtems 2015-06-18T23:05:57 *** sirfranklin has joined #rtems 2015-06-18T23:05:57 *** Schoumi has joined #rtems 2015-06-18T23:05:57 *** fds has joined #rtems 2015-06-18T23:15:50 *** gedare has joined #rtems 2015-06-18T23:15:50 *** ChanServ sets mode: +o gedare 2015-06-18T23:48:52 *** gedare has quit IRC 2015-06-19T00:15:46 *** javamonn has quit IRC 2015-06-19T00:20:20 *** javamonn_ has joined #rtems 2015-06-19T00:30:59 *** javamonn_ has quit IRC 2015-06-19T00:35:53 *** sujayraaj has joined #rtems 2015-06-19T00:36:29 kiwichris : hi 2015-06-19T00:36:48 sujayraaj, hi 2015-06-19T00:37:46 was the problem with networking on libbsd solved? 2015-06-19T00:44:35 kiwichris : I studied using monkey as a static library and it is rather easily done. I made some sample applications on linux and was able to spawn the server from the application. So, I was thinking we would be looking to use monkey as a static library on rtems. Like making an application, setting up the networking in that application, and then running monkey from there, instead of using monkey as an executable in itself. 2015-06-19T00:45:09 sujayraaj, excellent progress. 2015-06-19T00:45:48 sujayraaj, does this mean we build Monkey and install it under a prefix and the example uses the library ? 2015-06-19T00:46:33 sujayraaj, or can be add RTEMS specific test code to Monkey some how ? 2015-06-19T00:46:38 can we that is 2015-06-19T00:48:39 kiwichris : both the approaches can be done. The second case would be adding to the monkey source , the first case would be making tests in rtems, linked to monkey. Both can be done. 2015-06-19T00:51:00 sujayraaj, we cannot add tests to RTEMS because it is a cyclic-dependency (got to love software people chatting). I suggest we add both with in Monkey first and then in examples-v2. With examples-v2 I can sort out waf configure checks to enable the examples. 2015-06-19T00:53:28 sujayraaj, note this is a change within examples-v2 because we have adding a network tests. I feel RTEMS needs to consolidate its examples which means they need to smarter. Rather than separate example repos we have one that is smarter. 2015-06-19T00:57:40 kiwichris, okay we can work this out. I am thinking that you are talking about making monkey a stand-alone example, right? like the ones in network-demos? If we go that way, all we would need to do is to add an init task which would configure the network, in monkey.c and then call main of monkey from there . 2015-06-19T00:59:26 sujayraaj, yes stand alone but in the examples-v2 repo so yes a stand alone init etc plus a config.inc file as per libbsd. The examples-v2 would need a similar waf option as libbsd to supply a user config.inc. 2015-06-19T01:06:08 kiwichris, got it. That would indeed make configurations easier. We could move all the network-demos into examples-v2 and make it a comprehensive package. The problem still stands that we don't have the testing environment ready. I built the 'netdemo' example of the network demos using libbsd, and everything was successfully built, but I wasn't able to try if it actually ran successfully. 2015-06-19T01:08:18 sujayraaj, yes the lack of testis running is something that needs addressing and it is getting more and more important. I am slowly closing in on the issues but this week has been crazy with the end of the school term here. You are not the only one needing this :) 2015-06-19T01:10:31 *** javamonn has joined #rtems 2015-06-19T01:10:46 kiwichris, indeed :) . If you could tell me where to look for the problem, I could devote my time working on it so that it would share the work and I may be able to help. 2015-06-19T01:13:21 sujayraaj, at the speed you are knocking off the issues this may happen :). Lets get the examples in Money sorted, the RTEMS changes and examples in Monkey's git repo, then this is top of the list and I will happily direct your help to it. Examples in examples-v2 can wait. 2015-06-19T01:18:28 kiwichris, okay, sure. I am loggin off now. I will keep you updated through email if I come across something. bye :) 2015-06-19T01:18:48 sujayraaj, thanks and take care; chat soon 2015-06-19T01:20:13 *** sujayraaj has quit IRC 2015-06-19T01:34:12 *** javamonn has quit IRC 2015-06-19T01:45:50 *** javamonn has joined #rtems 2015-06-19T02:07:39 *** javamonn has quit IRC 2015-06-19T02:10:01 *** javamonn has joined #rtems 2015-06-19T02:13:08 *** Davidbrcz has quit IRC 2015-06-19T04:11:24 *** javamonn has quit IRC 2015-06-19T04:23:26 *** javamonn has joined #rtems 2015-06-19T04:29:30 *** javamonn has quit IRC 2015-06-19T05:20:56 *** monstr has joined #rtems 2015-06-19T05:25:29 *** dr__house is now known as dr__house|away 2015-06-19T06:00:13 *** Davidbrcz has joined #rtems 2015-06-19T06:16:17 *** ketul has joined #rtems 2015-06-19T06:40:36 *** sebhub has joined #rtems 2015-06-19T07:26:22 *** Davidbrcz has quit IRC 2015-06-19T07:30:27 *** javamonn has joined #rtems 2015-06-19T07:35:13 *** javamonn has quit IRC 2015-06-19T07:45:05 *** kiwichris has quit IRC 2015-06-19T08:48:20 *** hesham has joined #rtems 2015-06-19T08:52:53 *** hesham has quit IRC 2015-06-19T08:53:36 *** hesham has joined #rtems 2015-06-19T10:06:50 *** crazy3k has quit IRC 2015-06-19T10:36:23 *** mp2bot has joined #rtems 2015-06-19T10:42:54 *** rtems-irc has joined #rtems 2015-06-19T10:43:45 *** rtems-irc has joined #rtems 2015-06-19T10:43:55 *** rtems-trac has joined #rtems 2015-06-19T12:08:40 *** hesham has quit IRC 2015-06-19T12:25:10 [git] 1cfe012 by Sebastian Huber: [nfsclient: Use an interrupt lock] http://devel.rtems.org/changeset/1cfe012/rtems 2015-06-19T12:31:22 *** antgreen has joined #rtems 2015-06-19T12:58:46 *** sebhub has quit IRC 2015-06-19T13:21:42 *** ketul has quit IRC 2015-06-19T13:30:01 *** monstr has quit IRC 2015-06-19T13:31:57 *** javamonn has joined #rtems 2015-06-19T13:32:52 *** gedare has joined #rtems 2015-06-19T13:32:52 *** ChanServ sets mode: +o gedare 2015-06-19T13:38:33 *** gedare has quit IRC 2015-06-19T13:53:41 *** gedare has joined #rtems 2015-06-19T13:53:41 *** ChanServ sets mode: +o gedare 2015-06-19T14:02:22 *** gedare has quit IRC 2015-06-19T15:30:47 *** dr__house|away is now known as dr__house 2015-06-19T15:59:35 *** gedare has joined #rtems 2015-06-19T15:59:35 *** ChanServ sets mode: +o gedare 2015-06-19T17:07:31 *** antgreen has quit IRC 2015-06-19T17:15:31 *** Davidbrcz has joined #rtems 2015-06-19T17:25:04 *** javamonn has quit IRC 2015-06-19T17:26:43 *** javamonn has joined #rtems 2015-06-19T18:49:17 *** ankur has joined #rtems 2015-06-19T19:07:07 *** crazy3k has joined #rtems 2015-06-19T19:17:00 *** gedare has quit IRC 2015-06-19T19:21:24 *** mumptai has joined #rtems 2015-06-19T19:21:59 [git] f22af60 by Sebastian Huber: [sptests/sp37: Fix type and simplify] http://devel.rtems.org/changeset/f22af60/rtems 2015-06-19T20:31:59 *** gedare has joined #rtems 2015-06-19T20:31:59 *** ChanServ sets mode: +o gedare 2015-06-19T20:38:59 *** Davidbrcz has quit IRC 2015-06-19T21:05:56 *** gedare has quit IRC 2015-06-19T21:10:47 *** Davidbrcz has joined #rtems 2015-06-19T21:25:20 *** igutek has quit IRC 2015-06-19T21:49:23 *** javamonn has quit IRC 2015-06-19T22:09:43 *** ankur has quit IRC 2015-06-19T22:26:42 *** hesham has joined #rtems 2015-06-19T22:30:57 *** hesham has quit IRC 2015-06-19T22:31:01 *** hesham1 has joined #rtems 2015-06-20T00:23:10 *** kiwichris has joined #rtems 2015-06-20T02:01:29 *** Davidbrcz has quit IRC 2015-06-20T03:53:14 *** sujayraaj has joined #rtems 2015-06-20T03:54:09 kiwichris : hi 2015-06-20T04:53:10 *** sujayraaj has quit IRC 2015-06-20T05:06:07 *** dr__house is now known as dr__house|away 2015-06-20T05:26:49 *** hesham1 has quit IRC 2015-06-20T06:01:29 *** Davidbrcz has joined #rtems 2015-06-20T06:35:56 *** Davidbrcz has quit IRC 2015-06-20T07:13:28 *** ketul has joined #rtems 2015-06-20T09:43:56 *** ketul has quit IRC 2015-06-20T10:54:07 *** Davidbrcz has joined #rtems 2015-06-20T11:00:14 *** Davidbrcz has quit IRC 2015-06-20T11:16:04 *** ketul has joined #rtems 2015-06-20T12:13:10 *** sujayraaj has joined #rtems 2015-06-20T12:23:30 *** ketul has quit IRC 2015-06-20T12:24:38 *** ketul has joined #rtems 2015-06-20T12:29:24 *** ketul has quit IRC 2015-06-20T13:26:26 *** edsiper has quit IRC 2015-06-20T13:26:35 *** edsiper has joined #rtems 2015-06-20T14:33:49 *** sujayraaj has quit IRC 2015-06-20T15:29:19 *** javamonn has joined #rtems 2015-06-20T16:17:43 *** sujayraaj has joined #rtems 2015-06-20T16:23:14 *** javamonn has quit IRC 2015-06-20T16:26:10 *** sujayraaj has quit IRC 2015-06-20T16:31:03 *** mkhoory-2 has joined #rtems 2015-06-20T16:34:30 *** mkhoory has quit IRC 2015-06-20T16:44:39 *** javamonn has joined #rtems 2015-06-20T16:52:38 *** dr__house|away is now known as dr__house 2015-06-20T16:58:58 *** javamonn has quit IRC 2015-06-20T16:59:30 *** javamonn has joined #rtems 2015-06-20T16:59:37 *** hesham has joined #rtems 2015-06-20T17:02:25 *** javamonn has quit IRC 2015-06-20T17:04:34 *** javamonn has joined #rtems 2015-06-20T17:09:47 *** javamonn has quit IRC 2015-06-20T17:16:07 *** javamonn has joined #rtems 2015-06-20T17:18:49 *** javamonn has quit IRC 2015-06-20T17:21:35 *** javamonn has joined #rtems 2015-06-20T17:26:03 *** javamonn has quit IRC 2015-06-20T17:28:02 *** javamonn has joined #rtems 2015-06-20T18:00:09 *** gedare has joined #rtems 2015-06-20T18:00:10 *** ChanServ sets mode: +o gedare 2015-06-20T18:10:41 *** gedare has quit IRC 2015-06-20T18:20:53 *** javamonn has quit IRC 2015-06-20T18:22:39 *** javamonn has joined #rtems 2015-06-20T18:24:40 *** javamonn has quit IRC 2015-06-20T18:25:49 *** javamonn has joined #rtems 2015-06-20T18:30:37 *** krohini has joined #rtems 2015-06-20T18:33:53 *** javamonn has quit IRC 2015-06-20T18:37:45 *** javamonn has joined #rtems 2015-06-20T18:53:56 *** Davidbrcz has joined #rtems 2015-06-20T18:55:12 *** javamonn has quit IRC 2015-06-20T18:56:57 *** javamonn has joined #rtems 2015-06-20T19:13:28 *** javamonn has quit IRC 2015-06-20T19:16:33 *** Davidbrcz has quit IRC 2015-06-20T19:46:45 *** hesham has quit IRC 2015-06-20T20:03:51 *** jkridner|work has joined #rtems 2015-06-20T20:05:41 *** javamonn has joined #rtems 2015-06-20T20:14:58 *** jkridner has quit IRC 2015-06-20T20:14:59 *** rokka has quit IRC 2015-06-20T20:16:40 *** ankur has joined #rtems 2015-06-20T20:16:54 *** jkridner|work has quit IRC 2015-06-20T20:22:26 *** rokka has joined #rtems 2015-06-20T20:23:39 *** cdesai_ has joined #rtems 2015-06-20T20:24:09 *** javamonn has quit IRC 2015-06-20T20:25:16 *** javamonn has joined #rtems 2015-06-20T20:29:57 *** dougk_ has quit IRC 2015-06-20T20:29:58 *** cdesai has quit IRC 2015-06-20T20:33:00 *** dougk_ has joined #rtems 2015-06-20T20:33:11 *** mkhoory-3 has joined #rtems 2015-06-20T20:33:40 *** javamonn has quit IRC 2015-06-20T20:35:34 *** javamonn has joined #rtems 2015-06-20T20:39:01 *** commande1 has joined #rtems 2015-06-20T20:41:10 *** kiwichri_ has joined #rtems 2015-06-20T20:42:18 *** diginet_ has joined #rtems 2015-06-20T20:48:23 *** mkhoory-2 has quit IRC 2015-06-20T20:48:23 *** kiwichris has quit IRC 2015-06-20T20:48:23 *** mumptai has quit IRC 2015-06-20T20:48:24 *** diginet has quit IRC 2015-06-20T20:48:25 *** commander has quit IRC 2015-06-20T20:50:22 *** mumptai has joined #rtems 2015-06-20T20:51:48 *** diginet_ has quit IRC 2015-06-20T20:52:07 *** diginet has joined #rtems 2015-06-20T20:58:02 *** unbmatt has joined #rtems 2015-06-20T20:59:26 *** javamonn has quit IRC 2015-06-20T20:59:26 *** mkhoory-3 has quit IRC 2015-06-20T20:59:26 *** dougk_ has quit IRC 2015-06-20T20:59:27 *** kulp has quit IRC 2015-06-20T21:01:57 *** notbmatt has quit IRC 2015-06-20T21:01:59 *** crazy3k has quit IRC 2015-06-20T21:02:06 *** unbmatt is now known as notbmatt 2015-06-20T21:07:52 *** sujayraaj has joined #rtems 2015-06-20T21:14:32 *** unbmatt has joined #rtems 2015-06-20T21:16:19 *** notbmatt has quit IRC 2015-06-20T21:16:20 *** unbmatt is now known as notbmatt 2015-06-20T21:18:13 *** kulp has joined #rtems 2015-06-20T21:35:15 *** shelf has joined #rtems 2015-06-20T21:38:07 *** timothyh has quit IRC 2015-06-20T21:53:28 *** jkridner has joined #rtems 2015-06-20T22:04:04 *** mkhoory-3 has joined #rtems 2015-06-20T22:04:36 *** sujayraaj has quit IRC 2015-06-20T22:14:16 *** ankur has quit IRC 2015-06-20T23:38:20 *** dougk_ has joined #rtems 2015-06-20T23:50:52 *** gedare has joined #rtems 2015-06-20T23:50:52 *** ChanServ sets mode: +o gedare 2015-06-21T00:27:06 *** kiwichris has joined #rtems 2015-06-21T00:28:37 *** gedare has quit IRC 2015-06-21T00:28:46 *** jkridner|work has joined #rtems 2015-06-21T00:28:59 *** kiwichri_ has quit IRC 2015-06-21T00:33:04 *** unbmatt has joined #rtems 2015-06-21T00:36:33 *** dougk_ has quit IRC 2015-06-21T00:36:33 *** jkridner has quit IRC 2015-06-21T00:36:33 *** kulp has quit IRC 2015-06-21T00:36:34 *** notbmatt has quit IRC 2015-06-21T00:36:42 *** unbmatt is now known as notbmatt 2015-06-21T00:41:56 *** kulp has joined #rtems 2015-06-21T00:41:57 *** dougk_ has joined #rtems 2015-06-21T00:43:11 *** kulp is now known as Guest23416 2015-06-21T00:44:38 *** dr__hous1 has joined #rtems 2015-06-21T00:55:16 *** dr__house has quit IRC 2015-06-21T01:28:02 *** jrcatbagan has joined #rtems 2015-06-21T03:15:23 *** dr__hous1 is now known as dr__house 2015-06-21T03:16:19 *** dr__house has quit IRC 2015-06-21T03:16:20 *** dr__house has joined #rtems 2015-06-21T03:20:56 *** jrcatbagan has quit IRC 2015-06-21T03:48:34 *** javamonn has joined #rtems 2015-06-21T05:37:18 *** kiwichris has quit IRC 2015-06-21T05:37:30 *** dr__house is now known as dr__house|away 2015-06-21T05:37:49 *** kiwichris has joined #rtems 2015-06-21T05:46:45 *** javamonn has quit IRC 2015-06-21T06:01:28 *** javamonn has joined #rtems 2015-06-21T06:06:22 *** kiwichris has quit IRC 2015-06-21T06:34:17 *** ita has joined #rtems 2015-06-21T06:35:27 *** Davidbrcz has joined #rtems 2015-06-21T06:42:27 *** javamonn has quit IRC 2015-06-21T07:12:52 *** Davidbrcz has quit IRC 2015-06-21T07:19:05 *** ketul has joined #rtems 2015-06-21T11:30:48 hi beng-nl 2015-06-21T11:30:59 :) 2015-06-21T11:50:13 *** ketul has quit IRC 2015-06-21T11:58:21 *** ketul has joined #rtems 2015-06-21T12:05:32 *** ketul has quit IRC 2015-06-21T12:14:18 *** sujayraaj has joined #rtems 2015-06-21T12:28:41 *** sujayraaj has quit IRC 2015-06-21T12:52:22 hi ketul :) 2015-06-21T12:57:23 *** sujayraaj has joined #rtems 2015-06-21T13:07:39 *** dougk__ has joined #rtems 2015-06-21T13:08:03 *** Guest23416 has quit IRC 2015-06-21T13:08:03 *** dougk_ has quit IRC 2015-06-21T13:11:31 *** kulp has joined #rtems 2015-06-21T13:20:31 *** fds has quit IRC 2015-06-21T13:20:59 *** commande1 has quit IRC 2015-06-21T13:20:59 *** sirfranklin has quit IRC 2015-06-21T13:21:00 *** Schoumi has quit IRC 2015-06-21T13:22:08 *** fds has joined #rtems 2015-06-21T13:22:23 *** commander has joined #rtems 2015-06-21T13:22:36 *** sirfranklin has joined #rtems 2015-06-21T13:22:46 *** Schoumi has joined #rtems 2015-06-21T14:42:28 *** sujayraaj has quit IRC 2015-06-21T15:55:31 *** javamonn has joined #rtems 2015-06-21T16:04:52 *** sujayraaj has joined #rtems 2015-06-21T16:24:46 *** javamonn has quit IRC 2015-06-21T16:25:59 *** javamonn has joined #rtems 2015-06-21T16:27:13 *** javamonn_ has joined #rtems 2015-06-21T16:30:27 *** javamonn has quit IRC 2015-06-21T16:32:05 *** ketul has joined #rtems 2015-06-21T17:19:27 *** javamonn_ has quit IRC 2015-06-21T17:26:37 *** sujayraaj has quit IRC 2015-06-21T17:30:02 *** javamonn has joined #rtems 2015-06-21T18:39:27 *** javamonn has quit IRC 2015-06-21T18:53:40 *** javamonn has joined #rtems 2015-06-21T19:17:21 *** gedare has joined #rtems 2015-06-21T19:17:21 *** ChanServ sets mode: +o gedare 2015-06-21T19:27:51 hi gedare Good morning! 2015-06-21T19:30:15 *** gedare has quit IRC 2015-06-21T19:32:28 *** Davidbrcz has joined #rtems 2015-06-21T19:32:30 *** sujayraaj has joined #rtems 2015-06-21T19:46:45 *** javamonn has quit IRC 2015-06-21T19:49:57 *** javamonn has joined #rtems 2015-06-21T20:01:19 *** javamonn has quit IRC 2015-06-21T20:02:18 *** javamonn has joined #rtems 2015-06-21T20:08:27 *** javamonn has quit IRC 2015-06-21T20:27:22 *** javamonn has joined #rtems 2015-06-21T20:39:11 *** ketul has quit IRC 2015-06-21T20:56:03 *** Davidbrcz has quit IRC 2015-06-21T21:49:22 *** hesham has joined #rtems 2015-06-21T23:24:35 *** gedare has joined #rtems 2015-06-21T23:24:35 *** ChanServ sets mode: +o gedare 2015-06-21T23:37:10 *** gedare has quit IRC 2015-06-21T23:56:42 *** gedare has joined #rtems 2015-06-21T23:56:42 *** ChanServ sets mode: +o gedare