| *** kooltux__ has quit IRC | 00:38 | |
| *** jlrmagnus has joined #automotive | 01:30 | |
| smurray | fury: afaik porter is a no go on master atm, no BSP support | 01:50 |
|---|---|---|
| smurray | fury: porter-nogfx likely works | 01:50 |
| *** khem has joined #automotive | 01:50 | |
| fury | smurray: ah, ok. is BSP support planned, or is it phased out in favor of m3? | 01:58 |
| smurray | fury: they've only guaranteed m3, porter may or may not come for the Eel release | 02:00 |
| smurray | fury: given the new hmi stuff seems to have dependencies on weston 2.0, I suspect porter is pretty much done for for UI work | 02:02 |
| *** jlrmagnus has quit IRC | 02:07 | |
| *** jlrmagnus has joined #automotive | 02:15 | |
| *** jlrmagnus has quit IRC | 02:25 | |
| *** buspirate has quit IRC | 04:31 | |
| *** iivanov_ has quit IRC | 05:31 | |
| *** iivanov has joined #automotive | 05:32 | |
| *** praneeth has quit IRC | 05:50 | |
| *** praneeth has joined #automotive | 05:51 | |
| *** AlisonChaiken has joined #automotive | 06:31 | |
| *** mpaolino has joined #automotive | 06:54 | |
| *** jobol has joined #automotive | 07:08 | |
| *** claneys has joined #automotive | 07:08 | |
| *** rajm has joined #automotive | 07:14 | |
| *** fredw has joined #automotive | 07:14 | |
| *** toscalix has joined #automotive | 07:18 | |
| *** rajm has quit IRC | 07:23 | |
| *** rajm has joined #automotive | 07:23 | |
| *** leon has joined #automotive | 07:33 | |
| *** leon is now known as Guest95075 | 07:34 | |
| *** Guest95075 is now known as leon-anavi | 07:39 | |
| leon-anavi | morning | 07:39 |
| *** [AD]Turbo has joined #automotive | 07:40 | |
| [AD]Turbo | hi there | 07:41 |
| *** Vamsi has quit IRC | 07:52 | |
| *** rdale has joined #automotive | 08:01 | |
| *** buspirate has joined #automotive | 08:10 | |
| *** kbroulik has joined #automotive | 08:15 | |
| *** wireshark has joined #automotive | 08:21 | |
| *** buspirate has quit IRC | 08:23 | |
| dl9pf | hi | 08:28 |
| *** mfritzsch has joined #automotive | 08:46 | |
| *** jacobo has joined #automotive | 09:01 | |
| *** toscalix has quit IRC | 10:08 | |
| *** toscalix has joined #automotive | 10:25 | |
| *** wireshark has quit IRC | 10:49 | |
| *** buspirate has joined #automotive | 10:50 | |
| *** fredw has quit IRC | 10:52 | |
| *** louvre06 has joined #automotive | 11:32 | |
| *** CTtpollard has quit IRC | 12:00 | |
| *** CTtpollard has joined #automotive | 12:05 | |
| *** fredw has joined #automotive | 12:17 | |
| *** jacobo has quit IRC | 12:30 | |
| *** louvre06 has quit IRC | 12:52 | |
| *** toscalix has quit IRC | 13:10 | |
| *** CTtpollard has quit IRC | 13:41 | |
| *** CTtpollard has joined #automotive | 13:42 | |
| *** toscalix has joined #automotive | 13:56 | |
| *** toscalix has quit IRC | 13:56 | |
| *** toscalix has joined #automotive | 13:57 | |
| *** AlisonChaiken has quit IRC | 14:04 | |
| *** JEEB has quit IRC | 14:32 | |
| *** JEEB has joined #automotive | 14:35 | |
| *** JEEB has quit IRC | 14:37 | |
| *** JEEB has joined #automotive | 14:37 | |
| *** mfritzsch has quit IRC | 14:42 | |
| *** pyellapu has joined #automotive | 14:52 | |
| pyellapu | Hi All | 14:52 |
| *** fredw has quit IRC | 14:52 | |
| pyellapu | I have built AGL with agl-sota enabled using dab_4.0.2 repo branch | 14:53 |
| pyellapu | the image was built properly and I was able to flash the image onto sd card | 14:53 |
| pyellapu | The os was booted and I can see the OS screen | 14:54 |
| pyellapu | but there are no applications visible on the home screen | 14:54 |
| pyellapu | any idea on what I should do to get the default applications on the home screen so that I can configure wifi | 14:55 |
| smurray | pyellapu: what platform are you running on? | 15:05 |
| *** mpaolino has quit IRC | 15:08 | |
| *** Vamsi has joined #automotive | 15:13 | |
| Vamsi | Hi, is it possible to send an afb_req using curl command? | 15:15 |
| *** pyellapu has quit IRC | 15:18 | |
| Vamsi | Hi I notice that in all the binder examples/documentation, while invoking a verb in a binder the curl command is used. However, to invoke a verb that needs sone data (json data), the afb-client-demo is used. | 15:20 |
| Vamsi | Is it not possible to use the curl command? | 15:20 |
| *** toscalix has quit IRC | 15:23 | |
| *** araujo has quit IRC | 15:23 | |
| dl9pf | Vamsi: if you construct the same data on the cmdline ... | 15:26 |
| *** araujo has joined #automotive | 15:28 | |
| *** CTtpollard has quit IRC | 15:28 | |
| *** rajm has quit IRC | 15:29 | |
| Vamsi | dl9pf: I tried it. I will post this commands that worked and that which didn't. | 15:34 |
| *** araujo has quit IRC | 15:34 | |
| Vamsi | dl9pf: So this command worked-> afb-client-demo localhost:1235/api?token=1 hono send {"host_name":"localhost","device_id":"4711","port":"8080","field":"cpu","value":"5","tenant_name":"DEFAULT_TENANT"} | 15:35 |
| Vamsi | dl9pf: I converted it to a curl command as -> curl -H "Content-Type: application/json" -X POST -d {"host_name":"localhost","device_id":"4711","port":"8080","field":"cpu","value":"5","tenant_name":"DEFAULT_TENANT"} http://localhost:1235/api/hono/send | 15:35 |
| Vamsi | The curl command gives me a segmentation fault. | 15:36 |
| *** jlrmagnus has joined #automotive | 15:43 | |
| *** [AD]Turbo has quit IRC | 15:43 | |
| *** Vamsi has quit IRC | 15:56 | |
| *** kbroulik has quit IRC | 16:09 | |
| *** louvre06 has joined #automotive | 16:14 | |
| *** louvre06 has quit IRC | 16:18 | |
| *** leon-anavi has quit IRC | 16:37 | |
| *** leon-anavi has joined #automotive | 16:40 | |
| *** fredw has joined #automotive | 17:16 | |
| *** claneys has quit IRC | 17:22 | |
| *** jobol has quit IRC | 17:49 | |
| *** jobol has joined #automotive | 18:42 | |
| *** fredw has quit IRC | 19:17 | |
| *** drue has left #automotive | 20:52 | |
| *** iivanov has quit IRC | 21:25 | |
| *** iivanov has joined #automotive | 21:25 | |
| *** iivanov has quit IRC | 21:30 | |
| *** rdale has quit IRC | 21:31 | |
| *** AlisonChaiken has joined #automotive | 22:09 | |
| *** AlisonChaiken has quit IRC | 22:29 | |
| *** jlrmagnus has quit IRC | 23:39 | |
| *** jlrmagnus has joined #automotive | 23:42 | |
| *** leon-anavi has quit IRC | 23:45 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!