This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Brian Kuhl
Recipients Alex.Willmer, Brian Kuhl
Date 2017-10-30.19:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509393393.78.0.213398074469.issue31904@psf.upfronthosting.co.za>
In-reply-to
Content
With the trend to use REST APIs between the cloud and the IoT there is increasing interest in Python on embedded devices.  Cloud developer’s typical release a reference REST implementation of JSON and/or Python on Linux and leave it to the device developer to adapt it to their platform.   While many devices use eLinux, others with IP and/or hard real-time constraints need a commercial RTOS platform. 

Currently the automake configure explicitly prevents configuration of VxWorks as a build target.

I'll provide a pull request referencing this issue with the required changes.
History
Date User Action Args
2017-10-30 19:56:33Brian Kuhlsetrecipients: + Brian Kuhl, Alex.Willmer
2017-10-30 19:56:33Brian Kuhlsetmessageid: <1509393393.78.0.213398074469.issue31904@psf.upfronthosting.co.za>
2017-10-30 19:56:33Brian Kuhllinkissue31904 messages
2017-10-30 19:56:33Brian Kuhlcreate