Questions tagged [parrot]

Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. Initially build for Perl 6, it strives to implement many different languages and provide a compatible cross-language data representation. Parrot currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator.

Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. Initially built for Perl 6, it strives to implement many different languages and provide a compatible cross-language data representation. Parrot currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator.

Free Parrot / Perl 6 Book

32 questions
1
vote
1 answer

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 has changed... I: Smaling smali folder into…
Moamen
  • 23
  • 1
  • 4
1
vote
1 answer

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'); // get back all data the copter can…
1
vote
1 answer

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 the following error i am getting while using make &&…
Swarna Sekhar Dhar
  • 550
  • 1
  • 8
  • 25
0
votes
1 answer

"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, which just opens the RTSP source and then forwards them after…
decades
  • 827
  • 17
  • 25
0
votes
1 answer

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 receieved basic messeges). I tried the Anafi…
0
votes
0 answers

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 reboots. Windows is 8.1 pro in domain (2012R2…
0
votes
1 answer

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 installed. This may mean that you have requested an…
0
votes
1 answer

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 Minimalistic.Telnet; The thing is it works with…
Michiel Krol
  • 243
  • 3
  • 9
0
votes
1 answer

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 Runtime Environment: SIGBUS (0x7) at…
Immanuel
  • 49
  • 3
  • 8
0
votes
1 answer

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 time I want the program to read this file…
Fatima
  • 1
  • 1
0
votes
1 answer

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 : /var/log/nginx/error.log 2018/08/18 19:57:29 [error]…
Casual
  • 11
  • 3
0
votes
1 answer

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 retrained Inception V3 model responsible for classifying…
0
votes
0 answers

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 detected, I want the drone to go in a straight line…
joe
  • 53
  • 9
0
votes
2 answers

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 different database API or interface for Parrot?
Bruce Alderman
  • 2,284
  • 2
  • 27
  • 38
0
votes
0 answers

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 modules files are stored on the kernel 2.6.32 source.…