Questions tagged [loopback]

In telecommunications, loopback, or a loop, is a hardware or software method which feeds a received signal or data back to the sender.

In telecommunications, loopback, or a loop, is a hardware or software method which feeds a received signal or data back to the sender. It is used as an aid in debugging physical connection problems. As a test, many data communication devices can be configured to send specific patterns (such as all ones) on an interface and can detect the reception of this signal on the same port. This is called a loopback test and can be performed within a modem or transceiver by connecting its output to its own input. A circuit between two points in different locations may be tested by applying a test signal on the circuit in one location, and having the network device at the other location send a signal back through the circuit. If this device receives its own signal back, this proves that the circuit is functioning.

1235 questions
-2
votes
1 answer

Strong Loopback group_by aggregation

I have searched a lot to find a way for aggregation using loopback mongodb, unfortunately no perfect solution found. One of them is here But can't implement this, any one to help me solve this problem, with any new solution, or describing above…
jones
  • 1,323
  • 1
  • 24
  • 62
-2
votes
3 answers

Javascript/Loopback - array.length returns 0

I am using loopback to read list/array of customers. I stored customer array in $scope.customers.customerList. When I first log, the array seems fine but when I get its length, it seems to get lost because it returns 0. Why is that happen? Here is…
Alisa
  • 39
  • 1
  • 8
-2
votes
1 answer

mysql group_concat returns garbage integers values on centos server

I am using this group_concat function in mysql stored procedure to concatenate integer value. group_concat(DISTINCT column_name separator ', ') It is working fine on windows machine but when I am seeing the output of this on centos(linux) server via…
-4
votes
2 answers

Reg is not recognized even I have set the environmental Variable

when i install npm install -g loopback-cli than showing this error i have set environment variable like this C:\Python27\python.exe;C:\Program Files\nodejs\
Imran Ali
  • 1
  • 1
-8
votes
2 answers

Error: Model::findById require argument id loopback android

I am new to loopback and I have a problem with it. I have created and managed a Postgres database and everything seems to work fine. The database is created by boot files in json and contains the needed values. But when I want to execute findById…
1 2 3
82
83