Twisted is an event-driven networking engine, written in Python and implementing many different protocols.

learn more… | top users | synonyms

0
votes
0answers
17 views

Twisted web server stops responding to http requests

import cx_Oracle import json from twisted.internet import reactor, task from twisted.web.resource import Resource from twisted.web.server import Site, NOT_DONE_YET from twisted.enterprise import ...
0
votes
1answer
23 views

how to recieve line from a html page to twistd web server

I just want to ask that if it is possible to to receive chat from an HTML page to twisted web server and PUSH it on to another HTML page asynchronously. I just want someone to point out the way to do ...
0
votes
1answer
19 views

processing HTTPS requests and ZeroMQ messages in parallel inside Twisted

I am trying to do two things in parallel: intercept HTTPS POST request and make Twisted hold the connection open indefinitely (return NOT_DONE_YET) listen to ZeroMQ queue (and close one of the ...
0
votes
0answers
29 views

twisted command line protocol

I have a HistoricRecvLine that I use as an interface to a twisted.internet.protocol.ProcessProtocol class. I can get information from the HistoricRecvLine to the protocol without problems but I cannot ...
1
vote
1answer
18 views

twisted web server not ruuning a .rpy file

i am a toddler on Twisted .I am trying to run a Twisted web server using the command twistd web --resource-script=~/Desktop/step/ecdemo.rpy assume that my file(ecdemo.rpy) is located on ...
0
votes
0answers
15 views

Secure Websockets with Client Certificate Authentication using Twisted

I would like to know if there is an option to implement secure websockets (wss://) and client certificate based authentication with twisted ? I followed the instructions on ...
0
votes
1answer
37 views

Twisted / perform asynchronous http requests

I have a twisted reactor listening for incoming data. I have a second reactor performing http requests in certain time intervals sending the results to the first reactor. Both run fine. Now I would ...
3
votes
1answer
134 views

Import error Twisted on windows

While trying to run a simple twisted code, I get the following error Traceback (most recent call last): File "C:\Python25\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 322, in ...
1
vote
2answers
567 views

twisted server, nc client

Ill demonstrate the problem I am facing with a small example. class TestProtocol(basic.LineReceiver): def lineReceived(self, line): print line Everything works fine as long as I use the ...
6
votes
3answers
2k views

How do you *properly* query Redis from Tornado?

I'm curious what the recommended method of querying Redis (or any DB for that matter) is from Tornado. I've seen some examples like https://gist.github.com/357306 but they all appear to be using ...
8
votes
1answer
3k views

Best way to run remote commands thru ssh in Twisted?

I have a twisted application which now needs to monitor processes running on several boxes. The way I manually do is 'ssh and ps', now I'd like my twisted application to do. I have 2 options. Use ...
2
votes
2answers
36 views

twisted image transfer from client to server gives bad format error

I was trying to send an image file using tcp from server to client. I tried opening the file, reading it and then transporting it using self.transport.write. On the client side, when I receive data, I ...
1
vote
1answer
61 views

Twisted multiple ports

I am working with a multiple port application, my issue is the about the decoder that I use, let me explain with the code This is my tac file, where I read which port I will use from a config file, ...
0
votes
1answer
39 views

Running Python script through PHP

It is a follow-up a question to my earlier post. I have developed a chat program using twisted in Python. I would like to integrate into a PHP script and be able to run through the browser. The ...
2
votes
1answer
29 views

how send data from server to client using python twisted?

im new to python and im looking a way to send data from server to client. i have a server monitoring program running on server and wanted to send notification via python server to python client this ...
2
votes
2answers
62 views

Executing Python Script in PHP

I have written a simple chat program using twisted library in Python. Basically I have a server program(server.py) and a chat program ( client.py) client.py is a simple python script which would ...
-1
votes
0answers
32 views

Send image files from server to client twisted [closed]

Is there a way I can send an image from a TCP server to clients using Twisted ? I tired going into the documentation, but it's a bit complex for me. Thanks
1
vote
1answer
47 views

'Port' object has no attribute 'socket'

I'm using twisted python to make a simple SSH server on a custom port. I create a Port object with port = reactor.listenTCP(_port, sshfactory), where _port is a variable that holds the integer of the ...
0
votes
3answers
124 views

How can I setup an Autobahn Pub/Sub Server and a Autobahn Webserver listening on the same port

I recently discovered autobahn python and js as a comfortable method to establish a pub/sub server and corresponding client even with rpc-calls. After looking through the tutorials, I set up a test ...
2
votes
1answer
73 views

Can the twisted web client make requests through a SOCKS proxy?

I'm writing a python program that uses twisted.web.client.Agent to make https requests. I'd like to optionally make these requests through Tor, which I should be able to do if I set my socks5 proxy to ...
-1
votes
0answers
41 views

How to use QT with twisted for python? [closed]

I want to create a simple GUI for my twisted server. It should have 2 buttons start and stop which on clicking will start and stop the reactor. I also want a label which will display all the print ...
1
vote
1answer
77 views

Twisted DeferredList only runs its callback half the time

I'm trying to make a fairly simple web scraper using Twisted. I have it working, but whenever I try to scrape more than a few hundred sites, it will hang indefinitely for no discernible reason. ...
0
votes
1answer
25 views

twisted python ISFTPServer openDirectory

I've been working through twisted to make an sftp server and am having trouble returning any information from my ISFTPServer.openDirectory function. EX class MySFTPAdapter: ...
4
votes
1answer
119 views

python frameworks for a real time website

I'm trying to learn web programming in python, and have the following project in mind: mine the yahoo finance api for instrument data, and display it in real time, as well as plot charts based on ...
0
votes
2answers
109 views

SNMP Agent in Python

I required a SNMP agent in python, which listen on a particular port and and responds to basic SNMP command (like GTE, SET, GETNEXT ...etc) If any one have code please reply on this post.
3
votes
2answers
49 views

Serve dynamically generated file instead of htm

I'm completely new to twisted and need a little push forward. I'm looking for a way to serve a dynamically generated file other than htm page - for example csv file. EDIT: It happened that while ...
1
vote
1answer
27 views

twisted task.LoopingCall messes callbacks when they are defined in loop

When there are some LoopingCall task defined in loop, twisted messes callbacks and always executes last one defined sample code: from twisted.internet import reactor, task from pprint import ...
2
votes
2answers
35 views

how does object scope of imported stuff work?

--edited after fortan's answer---- from here https://github.com/jdavisp3/twisted-intro/blob/master/twisted-client-3/get-poetry.py reactor is imported in the def get_poetry(host, port, callback): ...
1
vote
1answer
64 views

Twisted SSH multiple simultaneous commands

I've used twisted to make an SSH server similar to the one shown here. My question is, is it possible to use multithreading to run multiple commands simultaneously? I tried making a do_ function that ...
1
vote
2answers
236 views

Python Scrapy under MacOSX: no module named twisted.internet and gcc 4.0

I am a python newbie, trying to learn how to use Scrapy by myself, but I failed at the first step... I installed Scrapy all right, and followed the instruction on ...
0
votes
1answer
66 views

how does appending objects to lists in python work?

a = [1,2,3] b =[] b.append(a) print a print b[0] a = [2,3,4,5] print a print b[0] here b[0] and a are not the same when the script ends In this example from twisted, we can access protocols by ...
0
votes
1answer
17 views

why is a tcp message not getting written to the transport in twisted?

server.py # This is the Twisted Fast Poetry Server, version 1.0 import optparse, os from twisted.internet.protocol import ServerFactory, Protocol def parse_args(): usage = ...
1
vote
1answer
40 views

How to view all the current objects and their immediate methods

I am looking at this tutorial in twisted python. https://github.com/jdavisp3/twisted-intro/blob/master/twisted-client-3/get-poetry.py def get_poetry(host, port, callback): """ Download a poem ...
-1
votes
2answers
72 views

What needs to be done to import and use a Linux kernel module in python?

What do I need to do import a Linux kernel module into python so that I can use its features in an application I want to build. My target is to use the Better Approach To Mobile Ad-Hoc Networking ...
1
vote
2answers
255 views

Fastest way to produce UDP packets

We're building a test harness to push binary messages out on a UDP multicast. The prototype is using the Twisted reactor loop to push out messages, which is achieving just about the level of traffic ...
0
votes
2answers
34 views

Twisted execute python file

Is there any way to get a twisted webserver to execute a python file like cgi on a conventional webserver? So, when i navigated to a directory, i could execute python within a seperate file? I have ...
2
votes
1answer
25 views

How to listen on another port if busy in twisted

from twisted.internet import protocol, reactor, task class peer(protocol.DatagramProtocol): def sendJoin(self): self.transport.write('Join',("127.0.0.1", 8001)) def ...
0
votes
1answer
28 views

Twisted : How to know which client has closed the connection

This is a follow-up to my previous question. I am building a simple client server program using ´twisted´ package in Python. I would like to keep a record of which client has joined and closed the ...
0
votes
1answer
54 views

Python Twisted for long data

Python coders I am working with twisted for build a server, which receive 3000 bytes of data on each connection, my issue is that packages are been truncated and stored on database as on packages ...
1
vote
0answers
37 views

Which framework to write an event-driven ETL application? [closed]

I wrote a prototype for an ETL application. It consists of an admin interface which defines tasks and groups them in batches, which are pushed to a stack stored in a MySQL database. A CLI application, ...
1
vote
1answer
32 views

Twisted : How to print message at the server?

I am a beginner using Twisted framework. I am developing a simple client server program using twisted library in Python. I am using the code at the server side. factory = ...
2
votes
1answer
60 views

Execute asynchronous code in Twisted *before* start of service

I start my twisted application with: application = twisted.application.service.Application('myserv') my_service = MyService() my_service.setServiceParent(application) my_factory = ...
0
votes
1answer
26 views

twisted plugins / where to place them

I just started to work with twisted. I have some problems to understand the twisted plugin system. What I would like to achieve is a folder/package in my app where I can place the plugins so that ...
1
vote
1answer
39 views

No module named v4.proto.omni

I have installed pysnmp-4.x.I am getting following error during running a SNMP program. I am using pysnmpSE 3.5.2 now but getting same error. I found that pysnmpSE doesn't hav v4 module. I was ...
1
vote
1answer
106 views

Python, Call a class function from another class

Can you anyone please help me (noob) call the broadcast function from class BroadcastServerFactory in class process, as per attached code I have tried so many methods of call a function from another ...
1
vote
1answer
52 views

Database Proxy using Twisted

I am totally fresh and noob as you can be on Twisted. I chose a database proxy as my final project. The idea is, have a mysql as a database. A twisted proxy runs in between client and the database.The ...
2
votes
1answer
40 views

How to write a method decorated with @defer.inlineCallbacks that may or may not yield?

My method is of the following form: @defer.inlineCallbacks def myAsyncMethod(): if someCondition: yield anotherAsyncMethod() The problem is that if someCondition is not True then no ...
1
vote
1answer
69 views

ImportError: cannot import name iocpsupport

I am using twisted API and getting following error Traceback (most recent call last): File "C:\Documents and Settings\ggne0622\Desktop\Python\google-python-exercises\babynames\SimpleAgent.py", ...
3
votes
1answer
38 views

How do I check if a twisted.internet.protocol instance has disconnected

I create my connection to a server like this: connection = TCP4ClientEndPoint(reactor, server_host, server_port) factory = Factory() factory.protocol = Protocol protocol = yield ...
1
vote
0answers
27 views

Can i inherit the twisted.web.http.Request.requestReceived?

Can i inherit the twisted.web.http.Request.requestReceived ?? In the comment, said that "This method is not intended for users". I has inherited the rawDataReceived and it like this: def ...

1 2 3 4 5 28