Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

We are using GNU radio with USRP E320 on radioconda (Windows) and we are working on a basic project. But we have an issue. We want to receive RF signals and then transmit them, so we connect USRP ...
Ahmet Said Akan's user avatar
0 votes
1 answer
57 views

I know that on Linux and many other operating systems, loopback TCP interfaces are a special case: checksums are disabled, data is atomically copied from one process to the next, entire sections of ...
Darren's user avatar
  • 559
0 votes
1 answer
64 views

I need to transfer data between two different programs. I have an embedded controller based on FPGA and Linux RT, which transmits data over network streams proprietary to National Instruments to a ...
Altroz's user avatar
  • 31
0 votes
1 answer
475 views

I'm writing a program that records from my speaker output using pyaudio. I am on a Raspberry Pi. I built the program while using the audio jack to play audio through some speakers, but recently have ...
MillerTime's user avatar
1 vote
0 answers
117 views

So I was implementing FDCAN External loopbak mode in STM32H7A3ZIT6Q NUCLEO. Clock configuration: HSI is 64MHz and fdcan frq is 50Mhz and I have done the parameter calculations accordingly.The code is ...
Isha Gour's user avatar
0 votes
1 answer
121 views

I'm following documentation here and I want to write a middleware in loopback to log all requests. I write this Middleware provider: @injectable( asMiddleware({ group: 'log', upstreamGroups: ...
Hojjat Jashnniloofar's user avatar
-1 votes
1 answer
620 views

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: ...
Mr. Doge's user avatar
  • 931
1 vote
1 answer
496 views

I am trying to follow this tutorial on how to send UDP packages in C++. Unfortunately I cannot get it to work. I tracked loopback traffic with Wireshark on port 30001, but it did not display any ...
Simsalabimson's user avatar
0 votes
0 answers
409 views

Why do I get a CORS error when attempting to fetch data from my loopback server hosted on AWS, despite having set the origin to "*"? I am trying to fetch data from my remotely hosted ...
Adrian Royo's user avatar
0 votes
1 answer
120 views

I have two models Main & Trans (one to one association) import {Entity, hasOne, model, property} from '@loopback/repository'; import {Trans, TransWithRelations} from '.'; @model({ settings: {...
Niv's user avatar
  • 291
0 votes
1 answer
35 views

i have some problems trying to publish an .net core webapi on ubuntuServer on local VM my problem is, when i publish my webapi application the applicationUrl dont change for the correct address, see ...
CodeHatGuerra's user avatar
0 votes
0 answers
41 views

For example, I am sending a POST request(http://localhost:5600/api/Abc) using postman, now after completion of this, some response I will get in the body of response, this response mainly contain all ...
hakuna's user avatar
  • 3
-1 votes
1 answer
392 views

I have tried socket.io in node JS and it works fine. When I tried to integrate socket.io in loopback 4 it is not working as expected. I surfed the problem in google as well as in the lb4 documentation ...
Sajith Thomas's user avatar
0 votes
1 answer
472 views

I want to send a bulk of requests using requests.futures library in python. The problem is some of the requests are getting Server Error in API response with 200 ok status code. I need to implement a ...
Shomi's user avatar
  • 33
0 votes
1 answer
268 views

I am using loopback on server side of my application , to fetch and validate a data from database I'm using findOne method which is having a callback function. I wanted to get run the callback ...
aabb p's user avatar
  • 65
-1 votes
1 answer
119 views

I have 2 Objects Set_1 and Set_2. Inside their, two key are there in both Key_1 and Key_2. Inside those Key_1 and Key_2, there are Sub Keys(Sub Keys are same for Both Objects) which I want to add and ...
Abhishek Mishra's user avatar
0 votes
1 answer
442 views

I have tried to connect my laptop to another laptop (on the same network, both using Windows 10) using java socket. Here is the client code : Socket SocketServIAChat; try { SocketServIAChat = new ...
Hidden_Bad's user avatar
0 votes
1 answer
2k views

How we should open port 22 on aks loopback IP. We are trying to do telnet on loopback IP using port 22 which is working fine on any Linux VM but on AKS we are getting the error Connection closed.
SAURAV KUMAR's user avatar
0 votes
1 answer
476 views

Overview Our company is about to distribute a C# .NET / WPF app to customers who use Citrix XenApp (or whatever it has been renamed to).   This app runs multiple times on one Citrix server, once for ...
user avatar
0 votes
1 answer
371 views

Is there a way in loopback 4 to group the results by a specific field? I have been unable to find this in the documentation. Is custom SQL therefore the only way?
xfscrypt's user avatar
  • 296
0 votes
2 answers
560 views

I want to find the highest value in a specific column of a specific table. It should be very simple. this is the documentation of LB4 https://loopback.io/doc/en/lb2/Where-filter But I didn't find it ...
Avi's user avatar
  • 117
0 votes
1 answer
581 views

Mongodb keeps wrapping a string value with ObjectId(' ') in the database. when I make a POST request with my endpoint, I get a 200 response and I see the correct value for my creatorID property that ...
skdondle's user avatar
0 votes
1 answer
279 views

I am implementing an API that can take out all the data where user_id: user_id but it is not working please help me to implement the same. here is my code of Follow_api controller: @get('/follow-...
Shesh Narayan Deshmukh's user avatar
0 votes
1 answer
56 views

I just try to use the hasMany relationship according to the loopback4 documentation .but it's not working as expected. My Bus Model => export class Bus extends Entity { @property({ type: '...
lwin's user avatar
  • 4,508
1 vote
1 answer
599 views

Am new to loopback, am trying to console request.body in loopback 4 to view the incoming data, but if i print it it prints as undefined, i know i need to use body parser package here, but i can't able ...
Kannan T's user avatar
  • 1,769

1
2 3 4 5
26