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
6
votes
2 answers

Loopback 4: Upload multipart/form-data via POST method

I'm working in Loopback 4 and getting stuck in creating a POST method so that client can call this method and upload a multipart/form-data. I read some…
6
votes
2 answers

Bind to 127.0.0.2

I'm running a client/server application locally on my Windows XP PC and for testing purposes I want to run multiple clients. The server has a configuration file containing the IP addresses of the clients that can connect; in the real world, these…
Nick
  • 22,728
  • 6
  • 44
  • 79
6
votes
3 answers

Win32 sockets - Forcing ip packets to leave physical interfaces when sending to other local interfaces

Summary: I'm trying to create sockets to pass data between two physical interfaces that exist on the same machine, and Win32 sockets always forwards the traffic directly in the kernel instead of pushing through the physical interfaces. Is there any…
antiduh
  • 10,198
  • 3
  • 39
  • 61
6
votes
4 answers

How to limit records of relations with include-filter in loopback?

I want to query records from a specific model via REST-Api from a LoopBack-application. Also i want to include related objects via the include-filter. This works fine, but returns ALL related objects. Is it possible to limit them and also to order…
delete
  • 16,050
  • 14
  • 38
  • 63
6
votes
1 answer

Loopback: model.settings.validateUpsert was overriden to false

I have a loopback app with MongoDB as below, however my question is about a message on my terminal (not an error) so my terminal would look like this: dishes settings.validateUpsert was overriden to false Comments settings.validateUpsert was…
shireef khatab
  • 907
  • 1
  • 12
  • 29
6
votes
1 answer

LoopBack Remote Method to return array of records

I used loopback to generate my api and AngularJS to communicate with it. I have a model called Sync that contains the following records: Sync": { "34":…
Georgi Koemdzhiev
  • 9,882
  • 11
  • 51
  • 101
6
votes
1 answer

Loopback: How to submit a multipart/form-data upload in loopback-component-storage

loopback-component-storage doc for file (or files) upload says this: loopback documentation Description: Upload one or more files into the specified container. The request body must use multipart/form-data which the file input type for HTML …
6
votes
2 answers

Loopback in multicast

This question is about sending and receiving multicasts inside the same host, while simultaneously sending it to other hosts. Even after hours of googling, I have not been able to sort out, how multicast datagrams are routed within the same…
El Sampsa
  • 1,291
  • 3
  • 14
  • 29
6
votes
1 answer

Virtualbox -- configuring two VMs to talk to each other / host and internet

Host: Windows 7 running lastest VBox + Extension pack Vm1: lubuntu 3.10 Vm2: Ubuntu server 12.04.3 Problem: Can't get VMs talk/ping each other AND ping the internet at the same time NAT: VMs have same IP, using ping/ssh is like checking…
user1922732
  • 69
  • 1
  • 4
6
votes
1 answer

How could I capture wire shark traces on loop back interface?

How can I capture wireshark traces on the interface it is configured to capture the traces?
crusader
  • 171
  • 1
  • 1
  • 12
6
votes
4 answers

Loopback connection fail

I have probably one of the weirdest problems with Java ever. I tried to start some application say Wrapper (i.e. I2P router) and got the following: -piece of the router log- 03.12.12 21:07:31 ERROR [JobQueue 1/1] p.router.transport.UPnPManager:…
user1874894
  • 61
  • 1
  • 1
  • 3
5
votes
0 answers

API Connect docker gateway on localhost throwing ECONNREFUSED

I'm running the below node/npm/apic versions. $node -v v6.14.4 $npm -v 6.4.1 $apic -v API Connect: v5.0.8.5-iFix (apiconnect: v3.0.25) apiconnect-init-datapower-gateway@1.0.3 Problem: I am able to start the API on port 4001 and the datapower gw on…
5
votes
1 answer

Pass SAML response from a Web App to the REST API for authentication?

We have a Web App using REST API. The REST API is based on Loopback and uses it's built-in token-based authentication. For the Web App we use forms based authentication over HTTPS, so the user has to enter his username and password which we then use…
Peter Liapin
  • 986
  • 7
  • 15
4
votes
1 answer

JAVA: Detect self when broadcasting UDP Packets

I have a thread that is Broadcasting UDP packets. I have another thread that is listening for the same broadcasts. This is so my application can detect other instances on the network. However I have a problem that when one instance broadcasts it…
Jack Allan
  • 13,074
  • 8
  • 39
  • 52
4
votes
0 answers

Loopback required the Node Cluster module, which is incompatible with Passenger

I am trying to deploy my loopback service. But I am encountering a problem where i am unable to access it. When trying to access I get the following error message: Trace: You required the Node Cluster module, which is incompatible with Passenger, a…
Marc Rasmussen
  • 17,383
  • 66
  • 172
  • 305
1 2
3
82 83