Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
106 views

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 ...
user29960667's user avatar
0 votes
0 answers
3k views

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, ...
kaento's user avatar
  • 1
-2 votes
3 answers
4k views

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: ...
ARJUN RAGHUNADHAN's user avatar
0 votes
1 answer
195 views

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, ...
decades's user avatar
  • 837
0 votes
1 answer
727 views

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 ...
Asaf Bashari's user avatar
0 votes
0 answers
434 views

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 ...
dobrakawusia's user avatar
0 votes
1 answer
2k views

$ 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 ...
master Shepie's user avatar
0 votes
1 answer
885 views

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 ...
Michiel Krol's user avatar
0 votes
1 answer
1k views

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 ...
Immanuel's user avatar
0 votes
1 answer
739 views

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 ...
Fatima's user avatar
  • 1
1 vote
1 answer
8k views

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 ...
Moamen Hassaballah's user avatar
0 votes
1 answer
2k views

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 : /...
Casual's user avatar
  • 11
0 votes
1 answer
2k views

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 ...
Mark Anthony Sulleza's user avatar
0 votes
0 answers
347 views

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 ...
joe's user avatar
  • 53
1 vote
1 answer
334 views

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'); // ...
Kevin Hunkovic's user avatar
0 votes
1 answer
1k views

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 ...
Swarna Sekhar Dhar's user avatar
2 votes
1 answer
523 views

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 ...
zeitue's user avatar
  • 1,693
2 votes
1 answer
183 views

My question is about the garbage collector in the Parrot Virtual Machine ( http://www.parrot.org ). Is it multi-threaded?
peterh's user avatar
  • 1
0 votes
0 answers
180 views

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 ...
Francisco's user avatar
3 votes
1 answer
367 views

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.
JasonFruit's user avatar
  • 7,895
2 votes
2 answers
305 views

Can you create a statically typed language in Parrot VM or does it have to be dynamically typed?
Christopher's user avatar
1 vote
1 answer
190 views

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 ...
dukereg's user avatar
  • 732
5 votes
2 answers
1k views

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 ...
Jakub M.'s user avatar
  • 34.1k
15 votes
3 answers
9k views

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 ...
Robert Zaremba's user avatar
6 votes
2 answers
886 views

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 ...
Thomas K's user avatar
  • 40.7k
7 votes
2 answers
793 views

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 ...
nonopolarity's user avatar
3 votes
1 answer
677 views

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 ...
Gili's user avatar
  • 90.9k
12 votes
3 answers
538 views

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 ...
kbenson's user avatar
  • 1,464
8 votes
4 answers
1k views

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, ...
Pepijn's user avatar
  • 4,257
28 votes
7 answers
5k views

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 ...
knorv's user avatar
  • 50.4k
5 votes
2 answers
1k views

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)...
Jox's user avatar
  • 7,182
0 votes
2 answers
354 views

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 ...
Bruce Alderman's user avatar
26 votes
7 answers
3k views

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. ...
user20805's user avatar
  • 1,347