Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] VIPER: developing in Python for Arduino and similar

Hi Paul,
Thanks for your question.
We have a specific FAQ in our campaign page that answers your question.
Here is reported. If you have any other question or comments please ask.
We are happy to share with you and with the community our work.

From http://bit.ly/kickviper
FAQ1:
Micro Python and PyMite are two wonderful pieces of code aiming at porting Python into the embedded world. They are very faithful to the cpython implementation and both include a parser and a compiler so you can upload python scripts on your board.
VIPER aims at reducing the resource usage, therefore we removed the parser and the compiler from the boards, they can reside on your development machine and managed through the VIPER IDE.
In terms of resource usage, VIPER uses less space per object compared both to MicroPython and PyMite. As for speed, we are doing various tests, this is why we need your support!
VIPER is not developed for a specific board like Micro Python or Espruino (_javascript_ based). It is targeted to every board based on ARM architecture!

Da: paho-dev-request@xxxxxxxxxxx
Inviato: ‎08/‎03/‎2015 17:00
A: paho-dev@xxxxxxxxxxx
Oggetto: paho-dev Digest, Vol 39, Issue 9

Send paho-dev mailing list submissions to
paho-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev
or, via email, send a message with subject or body 'help' to
paho-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
paho-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of paho-dev digest..."


Today's Topics:

   1. Re: VIPER: developing in Python for Arduino and similar
      (Paul Fremantle)


----------------------------------------------------------------------

Message: 1
Date: Sun, 8 Mar 2015 07:50:04 +0000
From: Paul Fremantle <paul.fremantle@xxxxxxxxxx>
To: General development discussions for paho project
<paho-dev@xxxxxxxxxxx>
Subject: Re: [paho-dev] VIPER: developing in Python for Arduino and
similar
Message-ID:
<CAPAKsVQPNx8_f=VkkAucwsTkZ=j7ncO5aT3Mk_kmLDzVjwDbow@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Very cool. How do you think this work compares to micropython?

Paul

On 7 March 2015 at 17:57, Daniele Mazzei <
daniele.mazzei@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Hi,
> With three colleagues we just launched VIPER a python virtual machine for
> Arduino, UDOO, Spark and all other ARM 32bit boards and micro-controllers.
>
> VIPER runs on top of a real-time operating system so you have all the
> python high level features like multithreaded, timers, exceptions, events
> etc.
>
> With VIPER developing for IoT and including modules like Paho is very easy!
>
> check VIPER here http://viper.thingsoninternet.biz
>
> For any comments and feedback just ask.
>
> Best
> Daniele
> ------------------------------------------------------------
> Daniele Mazzei, PhD
> Research Assistant
> Phd on Biomedical Engineering
> Research Center "E.Piaggio"
> Tel: +39-050-2217061
> Faculty of Engineering
> Largo Lucio Lazzarino, 1 56122 Pisa
> Italy
>
> http://www.danielemazzei.it - http://www.faceteam.it ?
> http://www.fablabpisa.org
>
> Please consider your environmental responsibility.  Before printing this
> e-mail please ask yourself: "Do I really need a hard copy?"
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/paho-dev
>



--
Paul Fremantle
Part-time PhD student - School of Computing
email: paul.fremantle@xxxxxxxxxx, paul@xxxxxxxxxxxxx
twitter: pzfreo / skype: paulfremantle / blog: http://pzf.fremantle.org
Co-Founder, WSO2
Apache Member and Committer
07740 199 729
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/paho-dev/attachments/20150308/1efe9738/attachment.html>

------------------------------

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

End of paho-dev Digest, Vol 39, Issue 9
***************************************

Back to the top