Skip to content
/ hammer Public

Hammer project -- a real time ssl reverse proxy with GPU

Notifications You must be signed in to change notification settings

kay21s/hammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hammer 

A real-time RTSP reverse proxy accelerated by GPU.

Composition: 1 dispatcher + 1 GPU worker thread + several CPU worker threads

dispatcher : dispatching connections to CPU workers
CPU worker : batch the data, AES decryption, RSA, forwarding, I/O related operation
GPU worker : HMAC + AES encryption only, process with GPU 



+------------------------------------------+
|                                          |
|                                          |
|                                          |
|                                          |
|                                          |
|                  GPU                     |
|                                          |
|                                          |
|                                          |
|                                          |
|                                          |
|------------------------------------------+
|                    |
|                    |
|        CPU         |
|                    |
+--------------------+
|                    |
|                    |
|        CPU         |
|                    |
+--------------------+
|                    |
|                    |
|        CPU         |
|                    |
+--------------------+
|                    |
|                    |
|                    |
|      ... ...       |

It is like a hammer ... =)

About

Hammer project -- a real time ssl reverse proxy with GPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published