# Airvantage over Ethernet

**URL:** https://forum.legato.io/t/airvantage-over-ethernet/6470
**Category:** Legato Application Framework
**Created:** [March 28, 2023, 8:10am UTC](https://forum.legato.io/t/airvantage-over-ethernet/6470 "2023-03-28T08:10:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sunil.somarajan](https://avatars.discourse-cdn.com/v4/letter/s/34f0e0/32.png) [@sunil.somarajan](https://forum.legato.io/u/sunil.somarajan)
#### Post date: [March 28, 2023, 8:10am UTC](https://forum.legato.io/t/airvantage-over-ethernet/6470/1 "2023-03-28T08:10:12Z")

</div>

I am using Legato 21.0.5, and I see that the dcS service does support Ethernet as a backend.

Is there any example of how to use AirVantage over Ethernet ?

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.legato.io/jyijyi/32/822_2.png) [@jyijyi](https://forum.legato.io/u/jyijyi)
#### Post date: [March 28, 2023, 8:17am UTC](https://forum.legato.io/t/airvantage-over-ethernet/6470/2 "2023-03-28T08:17:51Z")

</div>

you can see here:

> [@Airvantage through Ethernet](https://forum.legato.io/t/airvantage-through-ethernet/5187/5):
>
> @plu any news on this matter? Or is it possible to handle FOTA/SOTA with AV and mqtt or any other API over ethernet?

---

<div class="post-metadata">

### Author: ![sunil.somarajan](https://avatars.discourse-cdn.com/v4/letter/s/34f0e0/32.png) [@sunil.somarajan](https://forum.legato.io/u/sunil.somarajan)
#### Post date: [March 28, 2023, 8:22am UTC](https://forum.legato.io/t/airvantage-over-ethernet/6470/3 "2023-03-28T08:22:01Z")

</div>

Actually I do see Ethernet available in the Technology

Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/clockSync T=main | clockSync.c \_clockSync\_COMPONENT\_INIT() 803 | Clock Sync Service le\_clkSync is ready  
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/le\_pa\_ethernet T=main | pa\_ethernet\_linux.c \_le\_pa\_ethernet\_COMPONENT\_INIT() 561 | PA Ethernet component is ready  
Mar 28 00:46:21 fx30s user.warn Legato: -WRN- | dcsDaemon[1370]/framework T=main | safeRef.c InitMap() 217 | Map name ‘refEthernet Connection Reference Map’ truncated to ‘refEthernet Connection Referenc’.  
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsEthernet T=main | dcsEthernet.c \_dcsEthernet\_COMPONENT\_INIT() 613 | Data Channel Service’s Ethernet component is ready  
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsCellular T=main | dcsCellular.c \_dcsCellular\_COMPONENT\_INIT() 1415 | Data Channel Service’s Cellular component is ready  
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsCellular T=main | dcsCellular.c \_dcsCellular\_COMPONENT\_INIT() 1424 | Data Channel Service’s Cellular Handlers component is ready  
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsNet T=main | dcsNet.c \_dcsNet\_COMPONENT\_INIT() 1706 | Data Channel Service’s network component is ready  
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcs T=main | dcs.c \_dcs\_COMPONENT\_INIT() 984 | Data Channel Service le\_dcs is ready

So perhaps its possible to use the dcs channel for AV like WiFi

---

<div class="post-metadata">

### Author: ![sunil.somarajan](https://avatars.discourse-cdn.com/v4/letter/s/34f0e0/32.png) [@sunil.somarajan](https://forum.legato.io/u/sunil.somarajan)
#### Post date: [March 28, 2023, 8:12pm UTC](https://forum.legato.io/t/airvantage-over-ethernet/6470/4 "2023-03-28T20:12:02Z")

</div>

I see, the dataConnection service (le\_data.api) does not support this over Ethernet. But the new le\_dcs.api does support the Ethernet channel. AV can only use WIFI or Cell the data connection supported by le\_data.api as I understand it.
