33 questions
2
votes
1
answer
106
views
How to extract Parrot's Anafi AI drone protobuf metadata from RTP packet, using Golang?
I really struggle extracting protobuf payload (Parrot TimedMetadata) from a recording of RTP packets.
I'm using golang. I followed the parrot's dev guide without success.
This is my main.go:
package ...
0
votes
0
answers
3k
views
How to install wine on parrot os
I am trying to install wine on parrot but when I run it I get an error that tells me that I don't have wine32 installed and when I try to install it I get the error "Unable to correct problems, ...
-2
votes
3
answers
4k
views
i was upgrading parrot os and it failed realtek driver and said to use dpkg -a --configure [closed]
dpkg --configure -a
Setting up realtek-rtl8188eus-dkms (5.3.9~git20220829.4ba8e08-0parrot1) ...
Removing old realtek-rtl8188eus-5.3.9~git20220829.4ba8e08 DKMS files...
Deprecated feature: ...
0
votes
1
answer
195
views
"Weird" NALU multiplexing from Parrot Anafi RTSP stream
The RTP NALU stream of a Parrot Anafi drone provided via RTSP seems to kind of "multiplex" several NAL units into a bigger outer NAL unit at RTP level. Trying to use a GStreamer pipeline, ...
0
votes
1
answer
727
views
Connecting to Parrot Anafi drone from Unity
I'm try to connect my drone to my Unity project (I'm making custom UI interface)
After doing some readings, I built a small module in Android Studio and made connection with my unity project (sent and ...
0
votes
0
answers
434
views
Can`t mount cifs shares in Parrot 4.10 after boot
Parrot is based on debian. All I do in Ubunto 18.04 lts and 20.04 lts works fine. In Parrot - not (at least not in my env). This is fresh installation, default, static IP, fully patched and after few ...
0
votes
1
answer
2k
views
Failing to upgrade parrot os 4.7
$ sudo apt-get dist-upgrade
[sudo] password for shepie:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Error!
Some packages could not be ...
0
votes
1
answer
885
views
Telnet server response only echoes in C# application
I need to develop an application that is able to put out some commands after connecting to an ip with Telnet, and then just logs the ongoing responds;
So I have tried package like PrimS.Telnet and ...
0
votes
1
answer
1k
views
A fatal error has been detected by the Java Runtime Environment: SIGBUS while installing ZAP proxy in parrot home OS
I was trying to install the ZAP proxy in my parrot home OS, but I'm unable to install it and the error that I'm receiving in the terminal is as follows:
(A fatal error has been detected by the Java ...
0
votes
1
answer
739
views
How to make x variable change each time and read its value from txt file
I am working on my undergraduate project and this is my first time using Python to control a parrot bebop 2 drone. I have a variable x(an int) and I want to read its value from a file. In the mean ...
1
vote
1
answer
8k
views
Can't recompile the apk file with apktool
I decompiled an app with apktool_2.3.4 and i didn't make any changes to the app but when i run :
apktool b app.apk
I got the following error:
I: Using Apktool 2.3.4
I: Checking whether sources ...
0
votes
1
answer
2k
views
403 Forbidden access Symfony2 project
I have a project on symfony2.8, i use Parrot OS (Debian based), i have already installed PHP7.1 and MariaDB, but when i try to access to website project, i got :
403 Forbidden
There is some logs :
/...
0
votes
1
answer
2k
views
Multiple Graphs in one Tensorflow Session
I am currently trying to implement a code that will allow my drone to navigate indoor using tensorflow. I need to run two models in a single session.
One is for the main navigation--which is a ...
0
votes
0
answers
347
views
How to make a line following algortihm for an A.R Drone 2.0?
I am trying to develop a line following algorithm where a drone will detect a region of interest by color filtering.I am filtering all the colors to only see the color white. Once that color is ...
1
vote
1
answer
334
views
How do I get latitude info from ar drone using nodejs?
When I use this I get an undefined error.
latitude is undefined.
var arDrone = require('ar-drone');
var droneClient = arDrone.createClient();
droneClient.config('general:navdata_demo', 'FALSE'); // ...
0
votes
1
answer
1k
views
rt2870.o/rt2870.ko usb wireless adupter installation issue
i am using parrot Linux the latest version . i want to install/use a nano adapter (802.11n) USB
i tried several ways but i failed
tried 1
after trying this i found no other way to ask for help
...
2
votes
1
answer
523
views
How do register-based virtual machines implement registers
How do register-based virtual machines implement registers.
I've been reading a lot of online information about register-based virtual machines and I've seen int r[16]; used as the method to ...
2
votes
1
answer
183
views
Does Parrot have a multi-threaded parallel garbage collector?
My question is about the garbage collector in the Parrot Virtual Machine ( http://www.parrot.org ).
Is it multi-threaded?
0
votes
0
answers
180
views
adding CONFIG_PARROT while compiling arm Linux Kernel 2.6.37
I will like to know how do the kernel builder to compile parrot modules while compiling the kernel.
I saw a config file for 2.6.32 that has the CONFIG_PARROT modules to yes. And I know where this ...
3
votes
1
answer
367
views
Ports of the Parrot VM
Is there a list of the operating systems for which the Parrot virtual machine can be built? I would rather not go through the release notes of every version to figure it out.
2
votes
2
answers
305
views
Parrot VM and Static Languages
Can you create a statically typed language in Parrot VM or does it have to be dynamically typed?
1
vote
1
answer
190
views
Can I use Parrot Compiler Tools from installed parrot-devel package on Linux?
I am interested in creating my own language using Parrot VM.
I have installed the parrot-devel package along with parrot and dependencies (using Synaptic package manager under Linux Mint 11).
I ...
5
votes
2
answers
1k
views
Why to use Parrot (or other VM) if I have an interpreter?
Why should I use VM, like Parrot, for a dynamic language I use (Python, Perl, ...) if I already have an interpreter? What can I potentially gain, for the cost of having different VM between my code ...
15
votes
3
answers
9k
views
LLVM, Parrot, JVM, PyPy + python
What is the problem in developing some languages, for example python for some optimized techniques with some of LLVM / Parrot.
PyPy, LLVM, Parrot are the main technologies for common platform ...
6
votes
2
answers
886
views
Parrot - Can I use it? And how?
I've had an eye on Parrot for a little while. I understand that it's a virtual machine designed to run a variety of dynamic languages, and to allow a degree of interoperability (e.g. calling a Perl ...
7
votes
2
answers
793
views
Is Ruby or other language going to run faster on Parrot?
I just saw that there is a Ruby to Parrot compiler called Cardinal, which can create code to run on Parrot, which is a VM that can run byte-code. How is the performance of Ruby or any language ...
3
votes
1
answer
677
views
What's the benefit of Parrot VM for end-users?
What's the benefit of the Parrot Virtual Machine for end-users (software developers)?
For example, if I could program against Perl or Python directly why would I bother programming for them under ...
12
votes
3
answers
538
views
What is the release date for Rakudo Star (perl6)? [closed]
If a specific release date is not available (as I suspect it is not), can you provide resources for tracking how close it is to the desired feature set that allows release.
I'm not necessarily asking ...
8
votes
4
answers
1k
views
What is a good VM for developing a hobby language?
I'm thinking about writing my own little language.
I found a few options, but feel free to suggest more.
JVM
Parrot
OSA
A lot of languages are using the JVM, but unless you write a Java-ish language, ...
28
votes
7
answers
5k
views
How does Parrot compare to other virtual machines?
Parrot is the virtual machine originally designed for Perl 6.
What technical capabilities does the Parrot VM offer that competing virtual machines such as the Java Virtual Machine (JVM)/Hotspot VM ...
5
votes
2
answers
1k
views
Do VMs like LLVM or PARROT allow usage of the same library from multiple languages?
Is it possible to use one framework written in one Parrot (LLVM) language in any other Parrot (LLVM) language?
(Like usage of .NET Framework from any CLR language)...
0
votes
2
answers
354
views
Does Parrot have a database interface or API?
A quick search gave me this announcement of Parrot DBDI from January 2004 and a dbdi-dev mailing list which appears to be long dead. Is Parrot DBDI still being developed? Is anyone working on a ...
26
votes
7
answers
3k
views
What exactly is Parrot?
I understand that Parrot is a virtual machine, but I feel like I'm not completely grasping the idea behind it.
As I understand, it's a virtual machine that's being made to handle multiple languages. ...