Managed Projects

NDISwrapper

  Analyzed about 10 hours ago

Some vendors refuses to release specs or even a binary Linux driver for their WLAN cards. ndiswrapper tries to solve this by making a kernel module that can load Ndis (Windows network driver API) drivers. The goal is not to implement all of the Ndis API, but to implement the functions needed to get cards without Linux drivers to work.

23.8K lines of code

1 current contributors

3 months since last commit

31 users on Open Hub

Very Low Activity
4.6
   
I Use This
Licenses: No declared licenses

dispy

  Analyzed about 14 hours ago

dispy is a Python framework for parallel execution of computations by distributing them across multiple processors in a single machine (SMP), among many machines in a cluster or grid. dispy distributes computations (Python functions or standalone programs) and their dependencies (files, Python ... [More] functions, classes, modules) automatically and schedules jobs for parallel execution. dispy supports client-side and server-side fault recovery, SSL for security, and more. dispy is implemented with asyncoro, an independent framework for developing concurrent programs with asynchronous (non-blocking) sockets and coroutines (without threads) using polling mechanisms epoll, kqueue, devpoll and poll, and Windows I/O Completion Ports (IOCP), for high performance and scalability. [Less]

24.3K lines of code

3 current contributors

6 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

asyncoro

  Analyzed 1 day ago

asyncoro is a Python framework for developing concurrent, distributed programming with asynchronous completions and coroutines. asyncoro features include asynchronous (non-blocking) sockets, efficient polling mechanisms epoll, kqueue, /dev/poll, Windows IO Completion Ports for high performance and ... [More] scalability, SSL for security, asynchronous timers, locking primitives, database cursor operations, communicating coroutines with messages, channels for broadcasting messages, remote execution of coroutines, hot-swapping coroutine functions, and more. Programs developed with asyncoro have same logic and structure as programs with threads, except for a few syntactic changes. Coroutines exchanging messages can be local or distributed in many asyncoro instances across network. [Less]

19.1K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

pycos

  Analyzed about 10 hours ago

Concurrent, Asynchronous, Distributed, Communicating Tasks with Python

25K lines of code

3 current contributors

over 1 year since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This