Connection framework ..Mobile App in Java to Python server on raspberry pi

2019-02-07 Thread Arush Gupta
Hi , I am trying to connect my mobile app similar to Google home app..to the Python server running on Raspberry pi.. Django REST API framework an option ..any other suggestion.. My data is mostly runtime generated like current time, news etc.. not much stored in database.. Suggestion

Re: Java and Python

2009-07-22 Thread Vasil Vangelovski
lyp...@gmail.com> wrote: > > Hi everyone, > > I'm looking for opinions on how to get Java and Python bidirectionally > communicating . For example, I have a server written in Java that I'd > like to have use my django model classes to insert database data and > trigger events. In the o

Java and Python

2009-07-22 Thread slypete
Hi everyone, I'm looking for opinions on how to get Java and Python bidirectionally communicating . For example, I have a server written in Java that I'd like to have use my django model classes to insert database data and trigger events. In the other case, I'd like to call some java libraries I