I was able to get this working using epoll and nonblocking sockets in python instead.
Aaron On Thu, Oct 27, 2011 at 10:05 AM, Aaron Rosen <aro...@clemson.edu> wrote: > What I'm trying to do is make nox bind on a port and then I can send stuff > from my controller to clients who connect on that port. > > Looking at nox/coreapps/messenger/messenger.py : > > It seems like this does a connect to a host. I'm looking for something that > does a bind. > > from nox.coreapps.messenger.messenger import channel > inst.messenger = ctxt.resolve(channel("127.0.0.1", 2334)) > > > Thanks, > > Aaron > > > On Thu, Oct 27, 2011 at 9:54 AM, Aaron Rosen <aro...@clemson.edu> wrote: > >> Hello, >> >> I was wondering if anyone had an example of something using the messenger >> module that I could look at. >> >> Thanks, >> >> Aaron >> >> -- >> Aaron O. Rosen >> Masters Student - Network Communication >> 306B Fluor Daniel >> >> >> > > > -- > Aaron O. Rosen > Masters Student - Network Communication > 306B Fluor Daniel > > > -- Aaron O. Rosen Masters Student - Network Communication 306B Fluor Daniel
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev