You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,6 @@ Programmers must register their packets in the table before any de/serialization
35
35
```
36
36
37
37
## Before building
38
-
_____________________________________
39
-
40
38
41
39
Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` macros. They are located in the first lines of [include/dpacket.h](include/dpacket.h)
42
40
@@ -47,7 +45,6 @@ Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` mac
47
45
It is drastically important to tweak these two values in order to optimize space required for building the static packet table.
48
46
49
47
## Building-On-Linux-CMake
50
-
__________________________________
51
48
52
49
After configuration is done, open a terminal inside the repository directory, make a build folder and generate build files using cmake.
53
50
```
@@ -73,7 +70,7 @@ sudo ldconfig /usr/local/lib
73
70
- Open the JDBits bind project inside Android Studio
74
71
75
72
## Before Building ( Android )
76
-
_____________________________________
73
+
77
74
Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` macros. They are located in the first lines of [jdbits/src/main/cpp/include/dpacket.h](binds/Android/JDBits/jdbits/src/main/cpp/include/dpacket.h)
78
75
79
76
***PACKET_TABLE_SIZE** -> Max number of packets that can be registered.*
@@ -84,7 +81,6 @@ It is drastically important to tweak these two values in order to optimize space
84
81
85
82
86
83
## Building AAR library in Android Studio
87
-
_____________________________________
88
84
89
85
- After syncing gradle files, open a terminal and execute this command:
90
86
```
@@ -97,7 +93,6 @@ Copy the AAR file into your Android project **`libs`** folder, and import is as
97
93
98
94
99
95
## Usage
100
-
_____________________________________
101
96
102
97
Please refer to the examples provided in the [examples](examples/) folder, for the specific language/platform you're using...
103
98
@@ -106,15 +101,13 @@ Please refer to the examples provided in the [examples](examples/) folder, for t
106
101
107
102
108
103
## Notes
109
-
_____________________________________
110
104
111
105
This library doesn't still support complex structures, such as arrays, unions, dictonaries, etc...
112
106
113
107
I'm planning to add them very soon along with bindings for Python and Java.
0 commit comments