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.

1273 questions
-1
votes
1 answer

how to send data in ping program

I wanted to send data to the loop-back IP address 127.0.0.1 using the ping program. $ping 127.0.0.1 "my data" and wanted to see it in the kernel space. if anyone has some idea please respond to me
vasadia
  • 366
  • 5
  • 8
-2
votes
1 answer

"GENERAL FAILURE" ping 127.0.0.1 after `route delete` and `route add` restoring

alt spelling: https://forums.tomshardware.com/threads/restart-software-loopback-interface.2880183/ is there a way to restart Software Loopback Interface without restarting windows ? to reproduce: route delete 127.0.0.1 0.0.0.0 if 1 route add…
Mr. Doge
  • 796
  • 5
  • 11
-2
votes
1 answer

What is the difference between eslint and vscode for creating an application in loopback4?

What is the difference between eslint and vscode for creating a new application in loopback4 , while using the command lb4 app, and wherever we can use it?
bimmi
  • 11
  • 2
-2
votes
2 answers

in loopback nodejs how can I use OR AND condition in where clause right now I'm using this but it shows mi data from the table

{ or: [ { and: [{ cash: 'NEW' }] }, {editGoalStatus: 'PROCESSING'}, {editGoalStatus: 'NEW'}, a] } I want record like editGoalStatus should be PROCESSING or NEW and cash must be NEW
Akshay
  • 1
  • 4
-2
votes
2 answers

Load a json template with an object from database

I need to fill a JSON where their properties have the same name with the attributes of the object. MyObject: { idCliente: 4, idAplicacionEmpresa: 1, email: 'Jaa@jo.com', nombre: 'Joaquin', apellido: 'Diaz', } MyJSON: { sexo: '', nombre:…
-2
votes
1 answer

Trying to do a where filter in findOne and in Node api returns empty array when filtering by ids in loopback

Trying to do a where filter in findOne and in Node api returns empty array when filtering by ids in loopback https://url/api/Model1/findOne?filter={"where":{"attrs":"id"}} where id is exactly 24 digits long
-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,423
  • 3
  • 35
  • 76
-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
  • 49
  • 1
  • 10
-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
84
85