Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
/ ipclib Public archive

Helper library for using the IPC CLI python module of OpenIPC

Notifications You must be signed in to change notification settings

kakaroto/ipclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPCLib

This is more a set of functions than a library. It is meant to be used with OpenIPC's ipccli in order to access a device via DCI.

The proper way to use it is : from ipclib import *

Then you can all the functions available, and you can use t as the variable containing the first thread of the device. The ipc object itself is available under ipc.

Please look at the code itself to figure out which functions are available and what they do. There is no guarantee that none of them are broken.

This code is licensed under the GPL v3 license.

The XHCI Controller code was heavily inspired by coreboot and the seabios implementation.

About

Helper library for using the IPC CLI python module of OpenIPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages