Questions tagged [legato]

Legeto gem is an API for Google Analytics Reporting API Client for Ruby.

To download and more info, click here.

6 questions
2
votes
1 answer

Legato totalEvents different from web interface

I'm using the Legato gem to access the total number of a certain event from Google Analytics in Ruby, but I'm getting inconsistent results with the web interface. I have a model like so: module Analytics class ViewedContent extend…
andygeers
  • 6,909
  • 9
  • 49
  • 63
1
vote
1 answer

SocketCAN read from socket only returns 11cobid

I am trying to read from a socketCAN and the msg is always filtered for the 11bit identifier. This should be a problem fixable with setting the rpoper flags for the 29bit identifier but I can`t find where if anyone can help... struct can_frame…
homer69
  • 53
  • 1
  • 8
1
vote
3 answers

MQTT can`t connect to backend AWS IoT core

UPDATED: I am trying to connect to a backend (AWS IoT Core) as I am using a small wp77 with a busybox image running. When using the 8883 port the connection times out, so I have changed to port 443 and I can connect to the backend, still, the socket…
homer69
  • 53
  • 1
  • 8
0
votes
0 answers

Legato-AF platform [ Unable to sync leaf profile ]

OS=Linux Mint 20.1 Sierra Wireless Lef version=2.4.0 I’m setting up a leaf workspace and I'm unable to sync my additional profile completely. leaf profile sync command has no error output, but I can’t find wp77stable files at all. All files for…
Amit Vujic
  • 1,632
  • 1
  • 24
  • 32
0
votes
1 answer

Legato-AF platform [ Can’t find dependent .api file: ‘le_mdc.api’ ]

In Legato-af (legato) environment: *Linux Ubuntu *Sierra Wireless WP76xx and WP77xx target *Legato shell (lsh:wp76stable) I'm getting the following response: (lsh:wp76stable) error: Can't find dependent .api file: 'le_mdc.api' The same error is…
Amit Vujic
  • 1,632
  • 1
  • 24
  • 32
0
votes
1 answer

CAN frame over MQTT (need to convert hex string to byte array)

I am implementing a MQTT communication. I want to send CAN frames over MQTT through a graphical interfaces (realized in python). I am able to send messages from the GUI to one topic and I am able to see messages arrived on the same topic (using paho…
kevin94
  • 37
  • 5